diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-20 01:52:36 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-20 01:52:36 +0000 |
commit | 8b3d154c3a74b34eaf6c62fcf6c5340307185953 (patch) | |
tree | 2f23778c44e7978bd70d450572c3317af8845150 /libstdc++-v3/scripts | |
parent | 6a941bac107a3e76b31fcf161883dc3476b9ed7e (diff) | |
download | gcc-8b3d154c3a74b34eaf6c62fcf6c5340307185953.tar.gz |
2013-02-19 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Set __cplusplus to 201103L. Change to
_GLIBCXX_INCLUDE_AS_CXX11. DIRECTORY_GRAPH, MARKDOWN_SUPPORT,
AUTOLINK_SUPPORT to NO. Update to doxygen 1.8.3.1.
* include/bits/stl_pair.h: Add to utilities group.
* include/std/tuple: Same.
* include/std/typeindex: Same.
* include/bits/stringfwd.h: Fix markup.
* include/std/limits: Same.
* include/std/type_traits: Same.
* include/tr1/memory: Same.
* include/tr1/regex: Same.
* scripts/run_doxygen: Comment.
* testsuite/20_util/uses_allocator/cons_neg.cc: Fixup line numbers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/scripts')
-rw-r--r-- | libstdc++-v3/scripts/run_doxygen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/scripts/run_doxygen b/libstdc++-v3/scripts/run_doxygen index 0f65d3af05c..75b2f4f9758 100644 --- a/libstdc++-v3/scripts/run_doxygen +++ b/libstdc++-v3/scripts/run_doxygen @@ -205,6 +205,8 @@ if $do_html; then cd ${outdir}/${mode} #doxytag -t libstdc++.tag . > /dev/null 2>&1 + + # Strip pathnames from tag file. sed -e '/<path>/d' libstdc++.tag > TEMP mv TEMP libstdc++.tag |