This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
A question about doxygen comments
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: 14 Apr 2002 22:23:06 +0200
- Subject: A question about doxygen comments
- Organization: CodeSourcery, LLC
While I was browsing some files in include/, I came across the
following comments in std/std_streambuf.h
/** @file streambuf
* This is a Standard C++ Library header. You should @c #include this header
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/
Given that the above is from an 'std_*.h' file, can someone tell me
what it should mean?
-- Gaby