From 7f2e0dffc689c5b1234dcba0c7cd548ff8b3aff7 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Mon, 3 Jun 2002 04:45:03 +0000 Subject: TODO: Update. 2002-06-03 Phil Edwards * docs/doxygen/TODO: Update. * docs/doxygen/user.cfg.in (SORT_MEMBER_DOCS): Set to off, now that some class members are in 14882 order. * docs/html/ext/howto.html: 3.1 is in the past now, not the future. * include/std/std_bitset.h: Update comment. * src/bitset.cc: Update comments, clean up spacing. * src/Makefile.am (sources): Alphabetize for convenience. * src/Makefile.in: Regenerate. From-SVN: r54200 --- libstdc++-v3/docs/doxygen/TODO | 3 ++- libstdc++-v3/docs/doxygen/user.cfg.in | 2 +- libstdc++-v3/docs/html/ext/howto.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'libstdc++-v3/docs') diff --git a/libstdc++-v3/docs/doxygen/TODO b/libstdc++-v3/docs/doxygen/TODO index 662993396e2..b01dca9ff9c 100644 --- a/libstdc++-v3/docs/doxygen/TODO +++ b/libstdc++-v3/docs/doxygen/TODO @@ -24,7 +24,8 @@ c19 Note A c20 Note A c21 Untouched, Note B c22 Untouched -c23 See doxygroups.cc and Note B. +c23 See doxygroups.cc and Note B. Notes on what invalidates + iterators need to be added. c24 stl_iterator.h (__normal_iterator, other small TODO bits) stream iterators c25 stl_algo.h (lots of stuff) diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index 3a47fff1cae..776ddba2b48 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -183,7 +183,7 @@ INLINE_INFO = YES # alphabetically by member name. If set to NO the members will appear in # declaration order. -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index cbea1f58395..75626528064 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -219,8 +219,8 @@

Well then:

Available allocators in namespace std

-

First I'll describe the situation as it exists for the code which will - be released in GCC 3.1. This situation is extremely fluid. Then I'll +

First I'll describe the situation as it exists for the code which + was released in GCC 3.1. Then I'll describe the differences for 3.0.x, which will not change much in this respect.

-- cgit v1.2.3