diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2003-02-26 00:02:16 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2003-02-26 00:02:16 +0000 |
commit | bd2726e0ca52721f244e7683d7a56f9049f26434 (patch) | |
tree | 2b79d12cb906cd2627030881c85a05482b0dbdd8 /libstdc++-v3/docs/doxygen/TODO | |
parent | fc943f55426024c7cb2e43d24dd90c2b2e103f70 (diff) | |
download | gcc-bd2726e0ca52721f244e7683d7a56f9049f26434.zip gcc-bd2726e0ca52721f244e7683d7a56f9049f26434.tar.gz gcc-bd2726e0ca52721f244e7683d7a56f9049f26434.tar.bz2 |
Intro.3: Update with new (proper) names.
2003-02-25 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/Intro.3: Update with new (proper) names.
* docs/doxygen/TODO: Update.
* docs/doxygen/run_doxygen: More comments, fix up man pages.
Fake entries for standard typedefs.
* docs/doxygen/user.cfg.in: Turn INLINE_INHERITED_MEMB back on.
* docs/html/documentation.html: Top-level man page is now called
C++Intro.
* include/std/std_limits.h: Doxygenate.
From-SVN: r63433
Diffstat (limited to 'libstdc++-v3/docs/doxygen/TODO')
-rw-r--r-- | libstdc++-v3/docs/doxygen/TODO | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/doxygen/TODO b/libstdc++-v3/docs/doxygen/TODO index 0b6e3d6..3c89590 100644 --- a/libstdc++-v3/docs/doxygen/TODO +++ b/libstdc++-v3/docs/doxygen/TODO @@ -19,11 +19,12 @@ entity to the generated TODO page. ----------------------------------------------------------- c17 FINISHED (Nothing in Clause 17 "exists" in terms of code.) -c18 <limits>, Note A +c18 FINISHED, Note A c19 Note A c20 Note A -c21 Untouched, Note B -c22 Untouched +c21 Untouched (top-level class note for basic_string done), + Note B +c22 Untouched; see docs/html/22_locale/* c23 See doxygroups.cc and Note B. Notes on what invalidates iterators need to be added. std::list-specific memfns need to be filled out. |