summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/doxygen
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-07 01:46:45 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-07 01:46:45 +0000
commit283040d87d74418df4096e242fba49478ac914e2 (patch)
treeb3c8c02a01d4fd7388bfdb0400ffa69da0c95b20 /libstdc++-v3/doc/doxygen
parentd5cd42ef296ff984f49b7750b2408da0ea79d25e (diff)
downloadgcc-283040d87d74418df4096e242fba49478ac914e2.tar.gz
2009-04-06 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (${pch1a_output}): Use gnu++0x flags instead of debug. * include/Makefile.in: Regenerate. * include/precompiled/stdc++.h: Add. * doc/xml/api.xml: Add gcc-4.4 link. * doc/html/api.html: Regenerate. 2009-04-06 Benjamin Kosnik <bkoz@redhat.com> * include/bits/random.h: Adjust doxygen markup. * doc/doxygen/user.cfg.in: Prefer C++0x to tr1 includes. * testsuite/26_numerics/random/piecewise_linear_distribution/ operators/serialize.cc: Use typedefs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145645 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r--libstdc++-v3/doc/doxygen/user.cfg.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index aceb67098b3..8e09894d4f9 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -670,7 +670,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
include/ext/slist \
include/parallel/algorithm \
include/parallel/numeric \
- include/tr1/array \
include/tr1/ccomplex \
include/tr1/cctype \
include/tr1/cfenv \
@@ -688,14 +687,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
include/tr1/ctime \
include/tr1/cwchar \
include/tr1/cwctype \
- include/tr1/functional \
- include/tr1/memory \
- include/tr1/random \
- include/tr1/regex \
- include/tr1/tuple \
- include/tr1/type_traits \
- include/tr1/unordered_map \
- include/tr1/unordered_set \
include/tr1_impl/array \
include/tr1_impl/cctype \
include/tr1_impl/cfenv \
@@ -716,7 +707,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
include/tr1_impl/unordered_set \
include/tr1_impl/utility \
include/tr1_impl \
- include/tr1 \
include/ \
include/@host_alias@/bits \
include/backward \