diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2008-01-18 08:16:51 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2008-01-18 08:16:51 +0000 |
commit | 4312e020f1419864e1c05ecb0e85b4876d01bd08 (patch) | |
tree | 0fd3dc60ac26e2ec9502783b72d38867bcb418d8 /libstdc++-v3/doc/doxygen/TODO | |
parent | dccd85968c3c08bfc8479f70c086670ea84d7bb8 (diff) | |
download | gcc-4312e020f1419864e1c05ecb0e85b4876d01bd08.zip gcc-4312e020f1419864e1c05ecb0e85b4876d01bd08.tar.gz gcc-4312e020f1419864e1c05ecb0e85b4876d01bd08.tar.bz2 |
[multiple changes]
2008-01-18 Benjamin Kosnik <bkoz@redhat.com>
* docs/*: To...
* doc/*: ...here.
* testsuite/Makefile.am: Move doc-performance to...
* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
* doc/Makefile.am: Consolidate documentation creation here.
(doc-doxygen-html): New.
(doc-doxygen-man): New.
(doc-performance): New.
* doc/Makefile.in: New.
* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
* doc/doxygen/guide.html: Edit for unified html configuration.
* doc/doxygen/mainpage.html: Same.
* doc/doxygen/run_doxygen: Same, more namespace fixups for man
generation.
* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
* include/tr1_impl/random: Remove maint from doxygen markup.
* include/tr1_impl/functional: Same.
* include/std/tuple: Same.
* include/std/streambuf: Same.
* include/std/bitset: Same.
* include/std/limits: Same.
* include/std/fstream: Same.
* include/std/istream: Same.
* include/std/sstream: Same.
* include/ext/pool_allocator.h: Same.
* include/ext/rc_string_base.h: Same.
* include/bits/basic_ios.h: Same.
* include/bits/stl_list.h: Same.
* include/bits/stl_map.h: Same.
* include/bits/locale_classes.h: Same.
* include/bits/stl_set.h: Same.
* include/bits/stl_iterator_base_types.h: Same.
* include/bits/basic_string.h: Same.
* include/bits/stl_multimap.h: Same.
* include/bits/stl_vector.h: Same.
* include/bits/ios_base.h: Same.
* include/bits/stl_deque.h: Same.
* include/bits/postypes.h: Same.
* include/bits/stl_multiset.h: Same.
* include/bits/stl_algo.h: Same.
* include/bits/stl_iterator.h: Same.
* include/bits/stl_tempbuf.h: Same.
* include/bits/stl_construct.h: Same.
* include/bits/stl_relops.h: Same.
* include/tr1/tuple: Same.
* include/backward/auto_ptr.h: Same.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Fixups for line number changes.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/20_util/auto_ptr/assign_neg.cc: Same.
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* libmath/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
* scripts/make_graphs.py: Correct paths for new layout.
2008-01-17 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
* configure: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r131625
Diffstat (limited to 'libstdc++-v3/doc/doxygen/TODO')
-rw-r--r-- | libstdc++-v3/doc/doxygen/TODO | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/doxygen/TODO b/libstdc++-v3/doc/doxygen/TODO new file mode 100644 index 0000000..d50c65d --- /dev/null +++ b/libstdc++-v3/doc/doxygen/TODO @@ -0,0 +1,70 @@ + +The approach I've been using for a given header is to recursively do each +of the "bits" headers which make up the standard header. So, e.g., while +there are four headers making up <algorithm>, three of them were already +documented in the course of doing other headers. + +"Untouched" means I've deliberately skipped it for various reasons, or +haven't gotten to it yet. It /will/ be done (by somebody, eventually.) + +If you document an area and need to skip (for whatever reason) a non-trivial +entity (i.e., one that should be documented), go ahead and add the comment +markup, and use the homegrown @doctodo tag. See include/bits/stl_iterator.h +for examples of this. Doing so will at least cause doxygen to consider the +entitiy as documented and include it in the output. It will also add the +entity to the generated TODO page. + + + Area Still needs to be doxygen-documented +----------------------------------------------------------- + +c17 FINISHED (Nothing in Clause 17 "exists" in terms of code.) +c18 FINISHED, Note A +c19 Note A +c20 Note A +c21 Public functions basic_string done, Note B +c22 Most still to do; see docs/html/22_locale/* +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) +c26 <complex>, <valarray>, stl_numeric.h[26.4], Note A +c27 ios_base callbacks and local storage + basic_ios::copyfmt() + std_streambuf.h's __copy_streambufs() + " " _M_* protected memfns (data has been done) + fstream and sstream protected members + +backward/* Not scanned by doxygen. Should it be? Doubtful. + +ext/* Some of the SGI algorithm/functional extensions. + All of rope/hashing/slist need docs. + +__gnu_cxx Tricky. Right now ext/* are in this namespace. + +----------------------------------------------------------- + +NOTES: + +A) So far I have not tried to document any of the <c*> headers. So entities +such as atexit() are undocumented throughout the library. Since we usually +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 pseudo-duplicated in tables.html. We can +use doxygen hooks like @pre and @see to reference the tables. Then the +individual classes do like the standard does, and only document members for +which additional info is available. + + +STYLE: +stl_deque.h, stl_pair.h, and stl_algobase.h have good examples of what I've +been using for class, namespace-scope, and function documentation, respectively. +These should serve as starting points. /Please/ maintain the inter-word and +inter-sentence spacing, as this might be generated and/or scanned in the +future. + + +vim:ts=4:et: |