mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 19:05:41 +08:00
filter.sed: Rename _GLIBCXX_STD to std.
2004-06-08 Benjamin Kosnik <bkoz@redhat.com> * docs/doxygen/filter.sed: Rename _GLIBCXX_STD to std. * docs/doxygen/mainpage.html: Remove links. From-SVN: r82814
This commit is contained in:
parent
37f3105a58
commit
57ffad2ba3
@ -1,3 +1,8 @@
|
|||||||
|
2004-06-08 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* docs/doxygen/filter.sed: Rename _GLIBCXX_STD to std.
|
||||||
|
* docs/doxygen/mainpage.html: Remove links.
|
||||||
|
|
||||||
2004-06-08 Jason Merrill <jason@redhat.com>
|
2004-06-08 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
* config/linker-map.gnu: Use wildcards for
|
* config/linker-map.gnu: Use wildcards for
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Input filter for doxygen.
|
# Input filter for doxygen.
|
||||||
# Copyright (C) 2003 Free Software Foundation, Inc.
|
# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
|
||||||
# Phil Edwards <pme@gcc.gnu.org>
|
# Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
# single+capital is easy
|
# single+capital is easy
|
||||||
@ -23,4 +23,4 @@ s/__s/s/g
|
|||||||
s/__value/value/g
|
s/__value/value/g
|
||||||
s/__x/x/g
|
s/__x/x/g
|
||||||
s/__y/y/g
|
s/__y/y/g
|
||||||
|
s/GLIBCXXSTD/std/g
|
||||||
|
@ -48,12 +48,9 @@
|
|||||||
<li><a href="modules.html">Modules</a>
|
<li><a href="modules.html">Modules</a>
|
||||||
<li><a href="namespaces.html">Namespace List</a>
|
<li><a href="namespaces.html">Namespace List</a>
|
||||||
<li><a href="hierarchy.html">Class Hierarchy</a>
|
<li><a href="hierarchy.html">Class Hierarchy</a>
|
||||||
<li><a href="classes.html">Alphabetical List</a>
|
|
||||||
<li><a href="annotated.html">Compound List</a>
|
<li><a href="annotated.html">Compound List</a>
|
||||||
|
<li><a href="classes.html">Alphabetical List</a>
|
||||||
<li><a href="files.html">File List</a>
|
<li><a href="files.html">File List</a>
|
||||||
<li><a href="namespacemembers.html">Namespace Members</a>
|
|
||||||
<li><a href="functions.html">Compound Members</a>
|
|
||||||
<li><a href="globals.html">File Members</a>
|
|
||||||
<li><a href="todo.html">TODO List</a> (This is incomplete... how ironic.)
|
<li><a href="todo.html">TODO List</a> (This is incomplete... how ironic.)
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user