summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/doc/doxygen
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-01 01:31:42 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-01 01:31:42 +0000
commita484fc356e716397e5545f3c48005268e28b632d (patch)
tree49b29c07f3a3311fd8d2142cbbf9d0b94107e0fb /libstdc++-v3/doc/doxygen
parent0f4de57eb18fe7528d1d1ef7bb9d4e874badc642 (diff)
downloadppe42-gcc-a484fc356e716397e5545f3c48005268e28b632d.tar.gz
ppe42-gcc-a484fc356e716397e5545f3c48005268e28b632d.zip
2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
* scripts/run_doxygen: Allow doxygen 1.7.0 again. * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable. (COMPACT_LATEX): Enable. * include/profile/impl/profiler_container_size.h: Adjust doxygen markup. * include/profile/impl/profiler_hash_func.h: Same. * include/bits/hashtable.h: Same. * include/backward/auto_ptr.h: Same. * include/backward/strstream: Same. * include/backward/backward_warning.h: Same. * include/backward/binders.h: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169464 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r--libstdc++-v3/doc/doxygen/user.cfg.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index d9990c97842..920a4cd4acf 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -586,12 +586,8 @@ WARN_LOGFILE =
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
@srcdir@/libsupc++/cxxabi.h \
- @srcdir@/libsupc++/cxxabi_forced.h \
@srcdir@/libsupc++/exception \
- @srcdir@/libsupc++/exception_defines.h \
- @srcdir@/libsupc++/exception_ptr.h \
@srcdir@/libsupc++/initializer_list \
- @srcdir@/libsupc++/nested_exception.h \
@srcdir@/libsupc++/new \
@srcdir@/libsupc++/typeinfo \
include/algorithm \
@@ -1279,7 +1275,7 @@ MAKEINDEX_CMD_NAME = makeindex
# LaTeX documents. This may be useful for small projects and may help to
# save some trees in general.
-COMPACT_LATEX = NO
+COMPACT_LATEX = YES
# The PAPER_TYPE tag can be used to set the paper type that is used
# by the printer. Possible values are: a4, letter, legal and
@@ -1304,7 +1300,7 @@ LATEX_HEADER =
# contain links (just like the HTML output) instead of page references
# This makes the output suitable for online browsing using a pdf viewer.
-PDF_HYPERLINKS = NO
+PDF_HYPERLINKS = YES
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
# plain latex in the generated Makefile. Set this option to YES to get a
OpenPOWER on IntegriCloud