diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-04-02 02:07:22 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-04-02 02:07:22 +0000 |
commit | efe44c60eb50355fe2c87d0765b137a7f886d2fa (patch) | |
tree | ebb016f14c2486b31257b6dfef4e84895d124eab /libstdc++-v3/docs/doxygen/mainpage.html | |
parent | b88a94c6034309e1ac64fc4c71db44f5dc474b18 (diff) | |
download | gcc-efe44c60eb50355fe2c87d0765b137a7f886d2fa.zip gcc-efe44c60eb50355fe2c87d0765b137a7f886d2fa.tar.gz gcc-efe44c60eb50355fe2c87d0765b137a7f886d2fa.tar.bz2 |
exception (__verbose_terminate_handler): Point to docs.
2002-04-01 Phil Edwards <pme@gcc.gnu.org>
* libsupc++/exception (__verbose_terminate_handler): Point to docs.
* docs/doxygen/doxygroups.cc: Doxygen hooks for abi::__cxa_demangle.
* docs/html/18_support/howto.html: Document the demangler.
* docs/html/17_intro/howto.html: And link to it.
* docs/doxygen/mainpage.html: Describe user-vs-maintainer docs.
* docs/doxygen/run_doxygen: Print user-vs-maintainer.
From-SVN: r51730
Diffstat (limited to 'libstdc++-v3/docs/doxygen/mainpage.html')
-rw-r--r-- | libstdc++-v3/docs/doxygen/mainpage.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/libstdc++-v3/docs/doxygen/mainpage.html b/libstdc++-v3/docs/doxygen/mainpage.html index 431344b..ecfa649 100644 --- a/libstdc++-v3/docs/doxygen/mainpage.html +++ b/libstdc++-v3/docs/doxygen/mainpage.html @@ -25,7 +25,7 @@ <h2> Documentation Overview </h2> -<p class="smallertext">Generated 2002-03-27.</p> +<p class="smallertext">@LEVEL@-level docs, generated @DATE@.</p> <p>There are two types of documentation for libstdc++-v3. One is the distribution documentation, which can be read online at @@ -35,7 +35,14 @@ </p> <p>The other type is the source documentation, of which this is the first page. - Here are quick links to the pages which we seem to use the most; a full + Both "user-level" and "maintainer-level" source + documentation is produced: user-level docs are for the users of this + library. The maint-level docs are for those interested in the underlying + workings of the library; they include all the user-level docs plus + additional notes and additional classes/functions/etc. +</p> + +<p>Here are quick links to the pages which we seem to use the most; a full index is at the bottom: <!-- Keep this in sync with below. --> <ul> @@ -48,10 +55,10 @@ <h2> Generating this file </h2> <p>These HTML pages are automatically generated, along with the man pages. - The Makefile rule <code> 'make - doxygen' </code> in the libstdc++-v3 build directory generates these pages - using a tool called, appropriately enough, Doxygen. To learn more about - Doxygen, take a look at + The Makefile rules <code> 'make doxygen' </code> and + <code> 'make doxygen-maint' </code> in the libstdc++-v3 build directory + generates these pages using a tool called, appropriately enough, Doxygen. + To learn more about Doxygen, take a look at <a href="http://www.doxygen.org/"> <!-- snagged from the generated page --> <img src="doxygen.gif" alt="the Doxygen homepage" |