aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-06-03 04:45:03 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-06-03 04:45:03 +0000
commit7f2e0dffc689c5b1234dcba0c7cd548ff8b3aff7 (patch)
treee43c606cbb9e47187cffa75051b67547e9dfc7e7 /libstdc++-v3/docs
parenta782515bc9b8000591f1d8ca3b41449a4c5c1a17 (diff)
downloadgcc-7f2e0dffc689c5b1234dcba0c7cd548ff8b3aff7.tar.gz
gcc-7f2e0dffc689c5b1234dcba0c7cd548ff8b3aff7.tar.bz2
gcc-7f2e0dffc689c5b1234dcba0c7cd548ff8b3aff7.zip
TODO: Update.
2002-06-03 Phil Edwards <pme@gcc.gnu.org> * 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
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/doxygen/TODO3
-rw-r--r--libstdc++-v3/docs/doxygen/user.cfg.in2
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html4
3 files changed, 5 insertions, 4 deletions
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 @@
<p>Well then:
</p>
<h3>Available allocators in namespace std</h3>
- <p>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
+ <p>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.
</p>