run_doxygen: Remove template parameter names from "Compound List" summary page.
2002-07-17 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/run_doxygen: Remove template parameter names from "Compound List" summary page. Reformat. * docs/html/documentation.html: XHTML fixes. From-SVN: r55543
This commit is contained in:
parent
74d06cf221
commit
a1fa4e3170
3 changed files with 31 additions and 19 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2002-07-17 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* docs/doxygen/run_doxygen: Remove template parameter names from
|
||||||
|
"Compound List" summary page. Reformat.
|
||||||
|
* docs/html/documentation.html: XHTML fixes.
|
||||||
|
|
||||||
2002-07-16 Andreas Schwab <schwab@suse.de>
|
2002-07-16 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* libsupc++/new (set_new_handler): Declare to not throw any
|
* libsupc++/new (set_new_handler): Declare to not throw any
|
||||||
|
|
|
@ -153,7 +153,10 @@ test $do_html = yes && {
|
||||||
sed -e "s=@LEVEL@=${LEVELtext}=" \
|
sed -e "s=@LEVEL@=${LEVELtext}=" \
|
||||||
-e "s=@DATE@=${DATEtext}=" \
|
-e "s=@DATE@=${DATEtext}=" \
|
||||||
${srcdir}/docs/doxygen/mainpage.html > ${outdir}/html_${mode}/index.html
|
${srcdir}/docs/doxygen/mainpage.html > ${outdir}/html_${mode}/index.html
|
||||||
cp ${srcdir}/docs/doxygen/tables.html ${outdir}/html_${mode}/tables.html
|
cd ${outdir}/html_${mode}
|
||||||
|
sed -e 's=\(::[[:alnum:]_]*\)< .* >=\1=' annotated.html > annstrip.html
|
||||||
|
mv annstrip.html annotated.html
|
||||||
|
cp ${srcdir}/docs/doxygen/tables.html tables.html
|
||||||
echo ::
|
echo ::
|
||||||
echo :: HTML pages begin with
|
echo :: HTML pages begin with
|
||||||
echo :: ${outdir}/html_${mode}/index.html
|
echo :: ${outdir}/html_${mode}/index.html
|
||||||
|
|
|
@ -7,13 +7,14 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
<p><B>All of these documents</B> (in fact, this entire homepage set) are
|
<p><strong>All of these documents</strong> (in fact, this entire homepage set)
|
||||||
bundled with the library source, under the <code>docs</code> subdirectory,
|
are bundled with the library source, under the <code>docs</code>
|
||||||
for releases and snapshots. The sole exception is the
|
subdirectory, for releases and snapshots. The sole exception is the
|
||||||
automatically-generated source documentation, available separately.
|
automatically-generated source documentation, available separately.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<h2><a name="4">Source Documentation</a></h2>
|
<h2><a name="4">Source Documentation</a></h2>
|
||||||
<p>In addition to the distribution documentation (these pages), we also
|
<p>In addition to the distribution documentation (these pages), we also
|
||||||
have a set of HTML documents generated from the sources themselves,
|
have a set of HTML documents generated from the sources themselves,
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
<li><a href="libstdc++-html-USERS-3.0.96/index.html">docs for the most
|
<li><a href="libstdc++-html-USERS-3.0.96/index.html">docs for the most
|
||||||
recent libstdc++ snapshot (3.0.96)</a>
|
recent libstdc++ snapshot (3.0.96)</a>
|
||||||
<li><a href="latest-doxygen/index.html">"the latest collection"</a>
|
<li><a href="latest-doxygen/index.html">"the latest collection"</a>
|
||||||
(usually the snapshot collection or later; see the date on the first page)
|
(for the snapshot or later; see the date on the first page)
|
||||||
</ul>
|
</ul>
|
||||||
Other collections (man pages, maintainer docs) are only available on the
|
Other collections (man pages, maintainer docs) are only available on the
|
||||||
FTP sites.
|
FTP sites.
|
||||||
|
@ -43,19 +44,20 @@
|
||||||
the same place as the HTML collections. Start with <code>Intro(3)</code>.
|
the same place as the HTML collections. Start with <code>Intro(3)</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<h2><a name="2">Configuring, Building, Installing</a></h2>
|
<h2><a name="2">Configuring, Building, Installing</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="configopts.html">Configure options</a>
|
<li><a href="configopts.html">Configure options</a>
|
||||||
<li><a href="install.html">Getting started: configure, build, install</a><br>
|
<li><a href="install.html">Getting started: configure, build, install</a>
|
||||||
|
<!-- initial guess: <li><a href="abi.txt">ABI documentation</a> -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<h2><a name="1">Introductory notes for libstdc++</a></h2>
|
<h2><a name="1">Introductory notes for libstdc++</a></h2>
|
||||||
<p>This is a short list of text files pertaining to this implementation of
|
<p>This is a short list of text files pertaining to this implementation of
|
||||||
ISO 14882. A brief description follows the name of the file.
|
ISO 14882. A brief description follows the name of the file.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="17_intro/BADNAMES">BADNAMES</a>
|
<li><a href="17_intro/BADNAMES">BADNAMES</a>
|
||||||
- names to avoid because of potential collisions
|
- names to avoid because of potential collisions
|
||||||
|
@ -84,7 +86,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<h2><a name="3">Chapter-Specific Information, Extensions, Notes and Advice</a></h2>
|
<h2><a name="3">Chapter-Specific Information, Extensions, Notes and Advice</a></h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="17_intro/howto.html">Chapter 17 (Intro)</a>
|
<li><a href="17_intro/howto.html">Chapter 17 (Intro)</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue