diff options
Diffstat (limited to 'libstdc++-v3/include/std/iostream')
-rw-r--r-- | libstdc++-v3/include/std/iostream | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/std/iostream b/libstdc++-v3/include/std/iostream index c4c2b42..119005d 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -56,7 +56,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION * startup and termination. For more information, see the section of the * manual linked to above. */ - //@{ + ///@{ extern istream cin; /// Linked to standard input extern ostream cout; /// Linked to standard output extern ostream cerr; /// Linked to standard error (unbuffered) @@ -68,7 +68,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION extern wostream wcerr; /// Linked to standard error (unbuffered) extern wostream wclog; /// Linked to standard error (buffered) #endif - //@} + ///@} // For construction of filebuffers for cout, cin, cerr, clog et. al. static ios_base::Init __ioinit; |