aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/doxygen/user.cfg.in
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2003-05-30 19:12:56 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-05-30 19:12:56 +0000
commita75e5191508f79f96ab6cdb9dd5e6e54e411d509 (patch)
treef12301700d74e4bfe9cde25e77c056d1aa720e39 /libstdc++-v3/docs/doxygen/user.cfg.in
parent6d7d3112bdb5dc737aefccbdd3e0904bfceeb618 (diff)
downloadgcc-a75e5191508f79f96ab6cdb9dd5e6e54e411d509.zip
gcc-a75e5191508f79f96ab6cdb9dd5e6e54e411d509.tar.gz
gcc-a75e5191508f79f96ab6cdb9dd5e6e54e411d509.tar.bz2
filter: New file.
2003-05-30 Phil Edwards <pme@gcc.gnu.org> * docs/doxygen/filter: New file. * docs/doxygen/filter.sed: New file. * docs/doxygen/run_doxygen: Add g flag to sed substitutions. Duh. * docs/doxygen/user.cfg.in (INPUT_FILTER): Point to new filter. * docs/html/documentation.html: Fix links to doxygen pages. From-SVN: r67249
Diffstat (limited to 'libstdc++-v3/docs/doxygen/user.cfg.in')
-rw-r--r--libstdc++-v3/docs/doxygen/user.cfg.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in
index a9644f7..f661f92 100644
--- a/libstdc++-v3/docs/doxygen/user.cfg.in
+++ b/libstdc++-v3/docs/doxygen/user.cfg.in
@@ -384,6 +384,7 @@ RECURSIVE = YES
EXCLUDE = Makefile \
CVS \
+ include/bits/demangle.h \
stdc++.h.gch
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
@@ -433,7 +434,7 @@ IMAGE_PATH =
# input file. Doxygen will then use the output that the filter program writes
# to standard output.
-INPUT_FILTER =
+INPUT_FILTER = "@srcdir@/docs/doxygen/filter @srcdir@/docs/doxygen/filter.sed"
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will be used to filter the input files when producing source
@@ -459,7 +460,7 @@ INLINE_SOURCES = NO
# doxygen to hide any special comment blocks from generated source code
# fragments. Normal C and C++ comments will always remain visible.
-STRIP_CODE_COMMENTS = YES
+STRIP_CODE_COMMENTS = NO
# If the REFERENCED_BY_RELATION tag is set to YES (the default)
# then for each documented function all documented