This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / libstdc++-v3 / docs / doxygen / filter.sed
blobdf5a6fc7e93d4afaafd8a13663662a11becd22d4
1 # Input filter for doxygen.
2 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
3 # Phil Edwards <pme@gcc.gnu.org>
5 # single+capital is easy
6 s/_Tp/Type/g
7 s/_\([A-Z]\)/\1/g
9 # double+lower is not so easy; some names should be left alone.
10 # The following is a sloppy start.  Possibly just require GNU tools
11 # and use extensions.
12 s/__a/a/g
13 s/__c/c/g
14 s/__first/first/g
15 s/__in/in/g
16 s/__last/last/g
17 s/__n/n/g
18 s/__out/out/g
19 s/__pred/pred/g
20 s/__position/position/g
21 s/__pos/position/g
22 s/__s/s/g
23 s/__value/value/g
24 s/__x/x/g
25 s/__y/y/g
26 s/GLIBCXXSTD/std/g