diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-29 23:48:52 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-29 23:48:52 +0000 |
commit | e4ef3fd9534366fd5ca8bad97063c43ac4f3b375 (patch) | |
tree | a42d794f8c2a29131577243ac4fc7c56182b22af /libstdc++-v3/docs/doxygen/mainpage.html | |
parent | 63c5fe463f1fef95bbe540c8e8ce64971b64d8bf (diff) | |
download | gcc-e4ef3fd9534366fd5ca8bad97063c43ac4f3b375.tar.gz |
2003-04-29 Phil Edwards <pme@gcc.gnu.org>
* docs/doxygen/mainpage.html: Bring up to date.
* docs/doxygen/run_doxygen: Cosmetic tweaks. Work around a bug
in Doxygen.
* docs/doxygen/user.cfg.in: Scanning the precompiled headers
breaks everything. Don't scan them.
* docs/html/documentation.html: Point to "Write after approval"
notes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/doxygen/mainpage.html')
-rw-r--r-- | libstdc++-v3/docs/doxygen/mainpage.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/libstdc++-v3/docs/doxygen/mainpage.html b/libstdc++-v3/docs/doxygen/mainpage.html index f205d5f344c..9f9b55448b9 100644 --- a/libstdc++-v3/docs/doxygen/mainpage.html +++ b/libstdc++-v3/docs/doxygen/mainpage.html @@ -23,7 +23,7 @@ <h1>libstdc++-v3 Source Documentation</h1> -<h2> Documentation Overview </h2> +<h2>Documentation Overview</h2> <p class="smallertext">@LEVEL@-level docs, generated @DATE@.</p> @@ -48,6 +48,7 @@ <ul> <li><a href="annotated.html">Compound List</a> <li><a href="classes.html">Alphabetical List</a> + <li><a href="namespaces.html">Namespace List</a> <li><a href="files.html">File List</a> <li><a href="modules.html">Modules</a> </ul> @@ -81,16 +82,6 @@ href="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/C++STYLE">C++STYLE</a>. make sure that the initial formatting is sound. </p> -<p>The formatting guidelines for using libstdc++-v3 with doxygen are still - incomplete. There seems to be a marginal preference for the use of - Java-Doc style formatting, with the idea that the single-line style - (triple-slash) is the least intrusive mechanism for getting libstdc++-v3 - documented and cross-referenced while at the same time minimizing - disruption to the current formatting. Full documentation of functions - (parameter types, return values, etc) will require the slash-splat-splat - "extended C" commenting style. -</p> - <h2> Full page index </h2> <p>Here are entry points to all the pages generated by Doxygen: <ul> |