diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-05-30 21:55:05 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-05-30 21:55:05 +0000 |
commit | 462b73969e020210f9a13e63045095af8788fb6a (patch) | |
tree | c12b394aaf102da6356b4c8ee9a817c6f5f0ac13 /libstdc++-v3/docs/doxygen | |
parent | 932c1783cba722505ff9bfc3f7b53714bd25f7fc (diff) | |
download | gcc-462b73969e020210f9a13e63045095af8788fb6a.zip gcc-462b73969e020210f9a13e63045095af8788fb6a.tar.gz gcc-462b73969e020210f9a13e63045095af8788fb6a.tar.bz2 |
user.cfg.in: Minor addition.
2001-05-30 Phil Edwards <pme@sources.redhat.com>
* docs/doxygen/user.cfg.in: Minor addition.
* docs/html/documentation.html: Reorganize. Put most-looked-at
stuff first.
* docs/html/install.html: Update for 3.0. HTML fixups.
* docs/html/17_intro/howto.html: Likewise.
* docs/html/18_support/howto.html: Likewise.
* docs/html/19_diagnostics/howto.html: Likewise.
* docs/html/20_util/howto.html: Likewise.
* docs/html/23_containers/howto.html: Likewise.
* docs/html/24_iterators/howto.html: Likewise. More notes.
* docs/html/25_algorithms/howto.html: Likewise.
* docs/html/26_numerics/howto.html: Likewise. More notes.
* docs/html/27_io/howto.html: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/faq/index.html: Likewise.
* docs/html/faq/index.txt: Regenerate.
* docs/html/27_io/iostreams_hierarchy.pdf: Remove in favor of
Doxygen-created documentation.
From-SVN: r42723
Diffstat (limited to 'libstdc++-v3/docs/doxygen')
-rw-r--r-- | libstdc++-v3/docs/doxygen/user.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index 85bcb7c..eae5c69 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -20,7 +20,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = libstdc++-v3 +PROJECT_NAME = "libstdc++-v3 Source" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or |