summaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen
diff options
context:
space:
mode:
authorjlquinn <jlquinn@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-15 07:02:40 +0000
committerjlquinn <jlquinn@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-15 07:02:40 +0000
commit3d30b81509dcb6f7b42fe03f532df4011c4b0381 (patch)
treeffd25be7044595818035b6a8df5f2d3b06ce8fc1 /libstdc++-v3/docs/doxygen
parentabe5481c4cd1bb8b36c09af6138897fc25a02eef (diff)
downloadgcc-3d30b81509dcb6f7b42fe03f532df4011c4b0381.tar.gz
2003-07-15 Jerry Quinn <jlquinn@optonline.net>
* include/bits/basic_string.h: Document public functions. * docs/doxygen/TODO: Update c21 todo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69386 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r--libstdc++-v3/docs/doxygen/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/TODO b/libstdc++-v3/docs/doxygen/TODO
index 640bd874180..b32b2b1a0fe 100644
--- a/libstdc++-v3/docs/doxygen/TODO
+++ b/libstdc++-v3/docs/doxygen/TODO
@@ -22,8 +22,7 @@ c17 FINISHED (Nothing in Clause 17 "exists" in terms of code.)
c18 FINISHED, Note A
c19 Note A
c20 Note A
-c21 Untouched (top-level class note for basic_string done),
- Note B
+c21 Public functions 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.