diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-01 01:31:42 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-01 01:31:42 +0000 |
| commit | a484fc356e716397e5545f3c48005268e28b632d (patch) | |
| tree | 49b29c07f3a3311fd8d2142cbbf9d0b94107e0fb /libstdc++-v3/scripts | |
| parent | 0f4de57eb18fe7528d1d1ef7bb9d4e874badc642 (diff) | |
| download | ppe42-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/scripts')
| -rw-r--r-- | libstdc++-v3/scripts/run_doxygen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/scripts/run_doxygen b/libstdc++-v3/scripts/run_doxygen index 23930929dfc..e227ce17b95 100644 --- a/libstdc++-v3/scripts/run_doxygen +++ b/libstdc++-v3/scripts/run_doxygen @@ -1,7 +1,7 @@ #!/bin/bash # Runs doxygen and massages the output files. -# Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010 +# Copyright (C) 2001, 2002, 2003, 2004, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # # Synopsis: run_doxygen --mode=[html|latex|man|xml] --host_alias=<alias> \ @@ -13,7 +13,7 @@ # We can check now that the version of doxygen is >= this variable. -DOXYVER=1.7.1 +DOXYVER=1.7.0 find_doxygen() { local -r v_required=`echo $DOXYVER | \ |

