diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-10-12 12:07:14 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-10-14 10:09:52 +0100 |
commit | 6e8ce5d651b88cf9e91780105ca36dea83871d38 (patch) | |
tree | c62a46db824261e2c8d2483ae7d6316bd9f95b89 | |
parent | 98fef35ad1d017bb86f50afe69e25c128a1a1be2 (diff) | |
download | gcc-6e8ce5d651b88cf9e91780105ca36dea83871d38.zip gcc-6e8ce5d651b88cf9e91780105ca36dea83871d38.tar.gz gcc-6e8ce5d651b88cf9e91780105ca36dea83871d38.tar.bz2 |
libstdc++: Use markdown in Doxygen comment
This makes the comment easier to read in the source, without altering
the Doxygen output.
libstdc++-v3/ChangeLog:
* include/std/iostream: Use markdown in Doxygen comment.
-rw-r--r-- | libstdc++-v3/include/std/iostream | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream index 02e9c30..70318a4 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -48,13 +48,13 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @name Standard Stream Objects * - * The <iostream> header declares the eight <em>standard stream - * objects</em>. For other declarations, see + * The `<iostream>` header declares the eight *standard stream objects*. + * For other declarations, see * http://gcc.gnu.org/onlinedocs/libstdc++/manual/io.html * and the @link iosfwd I/O forward declarations @endlink * * They are required by default to cooperate with the global C - * library's @c FILE streams, and to be available during program + * library's `FILE` streams, and to be available during program * startup and termination. For more information, see the section of the * manual linked to above. */ |