diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-03-27 21:41:36 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-03-27 21:41:36 +0000 |
commit | 04b7c941e90c9f6df2c35121b36264941ec28dd5 (patch) | |
tree | 0e3d7dd60cff63506900f69b03ab54b8c380f073 /libstdc++-v3/docs/doxygen/TODO | |
parent | 8a12f34cfca8cfcd5c7e5904ab283c73565e8be6 (diff) | |
download | gcc-04b7c941e90c9f6df2c35121b36264941ec28dd5.zip gcc-04b7c941e90c9f6df2c35121b36264941ec28dd5.tar.gz gcc-04b7c941e90c9f6df2c35121b36264941ec28dd5.tar.bz2 |
Intro.3: Date tweak.
2002-03-27 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/Intro.3: Date tweak.
* docs/doxygen/TODO: Update.
* docs/doxygen/doxygroups.cc: Point to tables.html.
* docs/doxygen/mainpage.html: Date tweak.
* docs/doxygen/run_doxygen: Version tweak. Copy tables.html over.
* docs/doxygen/tables.html: Fill in the blanks.
* docs/doxygen/user.cfg.in (ALIASES): Remove maint and endmaint.
* include/bits/stl_algo.h: Likewise; use expanded form.
* include/bits/stl_alloc.h: Likewise.
* include/bits/stl_construct.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_iterator_base_types.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_relops.h: Likewise.
* include/bits/stl_tempbuf.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/std/std_memory.h: Likewise.
* include/bits/stl_deque.h: Point into tables.html and add @ingroup.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_vector.h: Likewise.
From-SVN: r51471
Diffstat (limited to 'libstdc++-v3/docs/doxygen/TODO')
-rw-r--r-- | libstdc++-v3/docs/doxygen/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/doxygen/TODO b/libstdc++-v3/docs/doxygen/TODO index 375cd5f..6629933 100644 --- a/libstdc++-v3/docs/doxygen/TODO +++ b/libstdc++-v3/docs/doxygen/TODO @@ -48,10 +48,10 @@ do not have the C code (to which the doxygen comments would be attached), this would need to be done in entirely separate files, a la doxygroups.cc. B) Huge chunks of containers and strings are described in common "Tables" -in the standard. These are being pseudo-duplicated in tables.html. We can +in the standard. These are pseudo-duplicated in tables.html. We can use doxygen hooks like @pre and @see to reference the tables. Then the -individual classes would do like the standard does, and only document -members for which additional info is available. +individual classes do like the standard does, and only document members for +which additional info is available. STYLE: |