aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/ctime
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-09-27 22:44:24 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-09-27 22:44:24 +0000
commit2f9d51b858cdcc0fca6c791da68eca8dc24a610c (patch)
treee42147f52307202bd4e083e2d18993fa06379a89 /libstdc++-v3/include/std/ctime
parente9cf95237f29c5437666e350aac78b6a017cfa7a (diff)
downloadgcc-2f9d51b858cdcc0fca6c791da68eca8dc24a610c.zip
gcc-2f9d51b858cdcc0fca6c791da68eca8dc24a610c.tar.gz
gcc-2f9d51b858cdcc0fca6c791da68eca8dc24a610c.tar.bz2
*: Add Doxygen hooks.
2001-09-27 Phil Edwards <pme@gcc.gnu.org> * 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
Diffstat (limited to 'libstdc++-v3/include/std/ctime')
-rw-r--r--libstdc++-v3/include/std/ctime9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/ctime b/libstdc++-v3/include/std/ctime
index b19136e..e1d6bc9 100644
--- a/libstdc++-v3/include/std/ctime
+++ b/libstdc++-v3/include/std/ctime
@@ -27,6 +27,15 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
+/** @file ctime
+ * 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.
+ *
+ * This is the C++ version of the Standard C Library header @c time.h,
+ * and its contents are (mostly) the same as that header, but are all
+ * contained in the namespace @c std.
+ */
+
#ifndef _CPP_CTIME
#include <bits/std_ctime.h>
#endif