diff options
| author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-11 19:35:49 +0000 |
|---|---|---|
| committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-11 19:35:49 +0000 |
| commit | cc8c99d6610f5c5c1a206ea05b6cae90f28b3ccc (patch) | |
| tree | b6c312cb36e69c0b3262c4a293e9e8e6c03ab7ce /libstdc++-v3/docs/doxygen/user.cfg.in | |
| parent | 36e491ed6b39cb61b751cdb8be4682a792de635f (diff) | |
| download | ppe42-gcc-cc8c99d6610f5c5c1a206ea05b6cae90f28b3ccc.tar.gz ppe42-gcc-cc8c99d6610f5c5c1a206ea05b6cae90f28b3ccc.zip | |
2001-07-11 Phil Edwards <pme@sources.redhat.com>
* docs/doxygen/run_doxygen: Don't keep output from previous run.
* docs/doxygen/user.cfg.in: Tweaks.
* include/bits/c++config: Documentation comments for Doxygen.
* include/bits/char_traits.h: Likewise.
* include/bits/limits_generic.h: Likewise.
* include/bits/std_stdexcept.h: Likewise.
* include/bits/stl_pair.h: Likewise.
* libsupc++/exception: Likewise.
* libsupc++/new: Likewise.
* libsupc++/typeinfo: Likewise.
* libmath/Makefile.am: Update and correct copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/doxygen/user.cfg.in')
| -rw-r--r-- | libstdc++-v3/docs/doxygen/user.cfg.in | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index eae5c69016c..97c0ca4fcc0 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -197,7 +197,7 @@ SORT_MEMBER_DOCS = YES # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. @@ -305,7 +305,22 @@ WARN_LOGFILE = INPUT = docs/doxygen \ libsupc++ \ include \ - src + src \ +libsupc++/exception libsupc++/new libsupc++/typeinfo include/ext/hash_map \ +include/ext/hash_set include/ext/rope include/ext/slist include/std/algorithm \ +include/std/bitset include/std/cassert include/std/cctype \ +include/std/cerrno include/std/cfloat include/std/ciso646 include/std/climits \ +include/std/clocale include/std/cmath include/std/complex include/std/csetjmp \ +include/std/csignal include/std/cstdarg include/std/cstddef \ +include/std/cstdio include/std/cstdlib include/std/cstring \ +include/std/ctime include/std/cwchar include/std/cwctype include/std/deque \ +include/std/fstream include/std/functional include/std/iomanip \ +include/std/ios include/std/iosfwd include/std/iostream include/std/istream \ +include/std/iterator include/std/limits include/std/list include/std/locale \ +include/std/map include/std/memory include/std/numeric include/std/ostream \ +include/std/queue include/std/set include/std/sstream include/std/stack \ +include/std/stdexcept include/std/streambuf include/std/string \ +include/std/utility include/std/valarray include/std/vector # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |

