From 2f9d51b858cdcc0fca6c791da68eca8dc24a610c Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Thu, 27 Sep 2001 22:44:24 +0000 Subject: *: Add Doxygen hooks. 2001-09-27 Phil Edwards * include/std/*: Add Doxygen hooks. * docs/doxygen/Intro.3: New file, general intro to the man pages. * docs/doxygen/mainpage.doxy: Formatting tweaks. List our own links rather than using a generated index. * docs/doxygen/user.cfg.in: Disable the index, enable man pages. * docs/doxygen/run_doxygen: Massage the generated man pages, using... * docs/doxygen/stdheader.cc: ...this new file. From-SVN: r45850 --- libstdc++-v3/include/std/streambuf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libstdc++-v3/include/std/streambuf') diff --git a/libstdc++-v3/include/std/streambuf b/libstdc++-v3/include/std/streambuf index ec6c7b5..c0f4dd7 100644 --- a/libstdc++-v3/include/std/streambuf +++ b/libstdc++-v3/include/std/streambuf @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file streambuf + * This is a Standard C++ Library file. You should @c #include this file + * in your programs, rather than any of the "st[dl]_*.h" implementation files. + */ + #ifndef _CPP_STREAMBUF #include #endif -- cgit v1.1