Commit 85f38b3f by Benjamin Kosnik Committed by Benjamin Kosnik

user.cfg.in: Adjust scanned includes.

2010-11-08  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/doxygen/user.cfg.in: Adjust scanned includes.
	* include/std/forward_list: Make doxygen file markup unambiguous.

From-SVN: r166459
parent 17643884
2010-11-08 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Adjust scanned includes.
* include/std/forward_list: Make doxygen file markup unambiguous.
2010-11-08 Jason Merrill <jason@redhat.com> 2010-11-08 Jason Merrill <jason@redhat.com>
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust
......
...@@ -180,7 +180,7 @@ TAB_SIZE = 4 ...@@ -180,7 +180,7 @@ TAB_SIZE = 4
# You can put \n's in the value part of an alias to insert newlines. # You can put \n's in the value part of an alias to insert newlines.
ALIASES = "doctodo=@todo\nDoc me! See doc/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more. " \ ALIASES = "doctodo=@todo\nDoc me! See doc/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more. " \
"isiosfwd=One of the @link io I/O @endlink typedefs" "isiosfwd=One of the @link io I/O @endlink typedefs"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C. # sources only. Doxygen will then generate output that is more tailored for C.
...@@ -583,147 +583,146 @@ WARN_LOGFILE = ...@@ -583,147 +583,146 @@ WARN_LOGFILE =
# with spaces. # with spaces.
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
@srcdir@/libsupc++/cxxabi.h \ @srcdir@/libsupc++/cxxabi.h \
@srcdir@/libsupc++/cxxabi-forced.h \ @srcdir@/libsupc++/cxxabi-forced.h \
@srcdir@/libsupc++/exception \ @srcdir@/libsupc++/exception \
@srcdir@/libsupc++/exception_defines.h \ @srcdir@/libsupc++/exception_defines.h \
@srcdir@/libsupc++/exception_ptr.h \ @srcdir@/libsupc++/exception_ptr.h \
@srcdir@/libsupc++/initializer_list \ @srcdir@/libsupc++/initializer_list \
@srcdir@/libsupc++/nested_exception.h \ @srcdir@/libsupc++/nested_exception.h \
@srcdir@/libsupc++/new \ @srcdir@/libsupc++/new \
@srcdir@/libsupc++/typeinfo \ @srcdir@/libsupc++/typeinfo \
include/algorithm \ include/algorithm \
include/array \ include/array \
include/atomic \ include/atomic \
include/bitset \ include/bitset \
include/chrono \ include/chrono \
include/complex \ include/complex \
include/condition_variable \ include/condition_variable \
include/deque \ include/deque \
include/forward_list \ include/forward_list \
include/fstream \ include/fstream \
include/functional \ include/functional \
include/future \ include/future \
include/iomanip \ include/iomanip \
include/ios \ include/ios \
include/iosfwd \ include/iosfwd \
include/iostream \ include/iostream \
include/istream \ include/istream \
include/iterator \ include/iterator \
include/limits \ include/limits \
include/list \ include/list \
include/locale \ include/locale \
include/map \ include/map \
include/memory \ include/memory \
include/mutex \ include/mutex \
include/numeric \ include/numeric \
include/ostream \ include/ostream \
include/queue \ include/queue \
include/random \ include/random \
include/ratio \ include/ratio \
include/regex \ include/regex \
include/set \ include/set \
include/sstream \ include/sstream \
include/stack \ include/stack \
include/stdexcept \ include/stdexcept \
include/streambuf \ include/streambuf \
include/string \ include/string \
include/system_error \ include/system_error \
include/thread \ include/thread \
include/tuple \ include/tuple \
include/typeindex \ include/typeindex \
include/type_traits \ include/type_traits \
include/unordered_map \ include/unordered_map \
include/unordered_set \ include/unordered_set \
include/utility \ include/utility \
include/valarray \ include/valarray \
include/vector \ include/vector \
include/cassert \ include/cassert \
include/ccomplex \ include/ccomplex \
include/cctype \ include/cctype \
include/cerrno \ include/cerrno \
include/cfenv \ include/cfenv \
include/cfloat \ include/cfloat \
include/cinttypes \ include/cinttypes \
include/ciso646 \ include/ciso646 \
include/climits \ include/climits \
include/clocale \ include/clocale \
include/cmath \ include/cmath \
include/csetjmp \ include/csetjmp \
include/csignal \ include/csignal \
include/cstdarg \ include/cstdarg \
include/cstdbool \ include/cstdbool \
include/cstddef \ include/cstddef \
include/cstdint \ include/cstdint \
include/cstdio \ include/cstdio \
include/cstdlib \ include/cstdlib \
include/cstring \ include/cstring \
include/ctgmath \ include/ctgmath \
include/ctime \ include/ctime \
include/cwchar \ include/cwchar \
include/cwctype \ include/cwctype \
include/backward/hash_map \ include/backward/hash_map \
include/backward/hash_set \ include/backward/hash_set \
include/backward/strstream \ include/backward/strstream \
include/debug/bitset \ include/debug/bitset \
include/debug/deque \ include/debug/deque \
include/debug/forward_list \ include/debug/forward_list \
include/debug/list \ include/debug/list \
include/debug/map \ include/debug/map \
include/debug/set \ include/debug/set \
include/debug/string \ include/debug/string \
include/debug/unordered_map \ include/debug/unordered_map \
include/debug/unordered_set \ include/debug/unordered_set \
include/debug/vector \ include/debug/vector \
include/profile/bitset \ include/profile/bitset \
include/profile/deque \ include/profile/deque \
include/profile/forward_list \ include/profile/forward_list \
include/profile/list \ include/profile/list \
include/profile/map \ include/profile/map \
include/profile/set \ include/profile/set \
include/profile/unordered_map \ include/profile/unordered_map \
include/profile/unordered_set \ include/profile/unordered_set \
include/profile/vector \ include/profile/vector \
include/ext/algorithm \ include/ext/algorithm \
include/ext/functional \ include/ext/functional \
include/ext/iterator \ include/ext/iterator \
include/ext/memory \ include/ext/memory \
include/ext/numeric \ include/ext/numeric \
include/ext/rb_tree \ include/ext/rb_tree \
include/ext/rope \ include/ext/rope \
include/ext/slist \ include/ext/slist \
include/parallel/algorithm \ include/parallel/algorithm \
include/parallel/numeric \ include/parallel/numeric \
include/tr1/ccomplex \ include/tr1/ccomplex \
include/tr1/cctype \ include/tr1/cctype \
include/tr1/cfenv \ include/tr1/cfenv \
include/tr1/cfloat \ include/tr1/cfloat \
include/tr1/cinttypes \ include/tr1/cinttypes \
include/tr1/climits \ include/tr1/climits \
include/tr1/cmath \ include/tr1/cmath \
include/tr1/complex \ include/tr1/complex \
include/tr1/cstdarg \ include/tr1/cstdarg \
include/tr1/cstdbool \ include/tr1/cstdbool \
include/tr1/cstdint \ include/tr1/cstdint \
include/tr1/cstdio \ include/tr1/cstdio \
include/tr1/cstdlib \ include/tr1/cstdlib \
include/tr1/ctgmath \ include/tr1/ctgmath \
include/tr1/ctime \ include/tr1/ctime \
include/tr1/cwchar \ include/tr1/cwchar \
include/tr1/cwctype \ include/tr1/cwctype \
include/decimal/decimal \ include/decimal/decimal \
include/ \ include/ \
include/@host_alias@/bits \ include/@host_alias@/bits \
include/backward \ include/backward \
include/bits \ include/bits \
include/debug \ include/debug \
include/parallel \ include/parallel \
include/precompiled \ include/profile \
include/profile \ include/profile/impl \
include/profile/impl \ include/ext \
include/ext \ include/ext/pb_ds \
include/ext/pb_ds \ include/ext/pb_ds/detail
include/ext/pb_ds/detail
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...@@ -741,8 +740,8 @@ INPUT_ENCODING = UTF-8 ...@@ -741,8 +740,8 @@ INPUT_ENCODING = UTF-8
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
FILE_PATTERNS = *.h \ FILE_PATTERNS = *.h \
*.hpp \ *.hpp \
*.tcc *.tcc
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO. # should be searched for input files as well. Possible values are YES and NO.
...@@ -769,10 +768,8 @@ EXCLUDE_SYMLINKS = NO ...@@ -769,10 +768,8 @@ EXCLUDE_SYMLINKS = NO
# for example use the pattern */test/* # for example use the pattern */test/*
EXCLUDE_PATTERNS = stamp-* \ EXCLUDE_PATTERNS = stamp-* \
*stdc++.h* \ *.gch \
*stdtr1c++.h* \ */.svn/*
*extc++.h* \
*/.svn/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the # (namespaces, classes, functions, etc.) that should be excluded from the
...@@ -1515,39 +1512,44 @@ INCLUDE_FILE_PATTERNS = ...@@ -1515,39 +1512,44 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator. # instead of the = operator.
PREDEFINED = __cplusplus \ PREDEFINED = __cplusplus \
__GTHREADS \ __GTHREADS \
_GLIBCXX_HAS_GTHREADS \ _GLIBCXX_HAS_GTHREADS \
__GXX_EXPERIMENTAL_CXX0X__ \ __GXX_EXPERIMENTAL_CXX0X__ \
_GLIBCXX_INCLUDE_AS_CXX0X \ _GLIBCXX_INCLUDE_AS_CXX0X \
"_GLIBCXX_STD_P= " \ "_GLIBCXX_PURE= " \
"_GLIBCXX_STD_D= " \ "_GLIBCXX_CONST= " \
_GLIBCXX_STD=std \ "_GLIBCXX_NORETURN= " \
"_GLIBCXX_TR1= " \ "_GLIBCXX_NOTHROW= " \
"_GLIBCXX_BEGIN_NAMESPACE_TR1= " \ "_GLIBCXX_STD_D= " \
"_GLIBCXX_END_NAMESPACE_TR1= " \ "_GLIBCXX_STD_P= " \
"_GLIBCXX_BEGIN_NAMESPACE(name)=namespace name { " \ "_GLIBCXX_STD_PR= " \
"_GLIBCXX_BEGIN_NESTED_NAMESPACE(name, unused)=namespace name { " \ _GLIBCXX_STD=std \
_GLIBCXX_END_NAMESPACE=} \ "_GLIBCXX_TR1= " \
_GLIBCXX_END_NESTED_NAMESPACE=} \ "_GLIBCXX_BEGIN_NAMESPACE_TR1= " \
"_GLIBCXX_TEMPLATE_ARGS=... " \ "_GLIBCXX_END_NAMESPACE_TR1= " \
_GLIBCXX_DEPRECATED \ "_GLIBCXX_BEGIN_NAMESPACE(name)=namespace name { " \
_GLIBCXX_CONSTEXPR=constexpr \ "_GLIBCXX_BEGIN_NESTED_NAMESPACE(name, unused)=namespace name { " \
_GLIBCXX_USE_CONSTEXPR=constexpr \ _GLIBCXX_END_NAMESPACE=} \
_GLIBCXX_USE_WCHAR_T \ _GLIBCXX_END_NESTED_NAMESPACE=} \
_GLIBCXX_USE_LONG_LONG \ "_GLIBCXX_TEMPLATE_ARGS=... " \
_GLIBCXX_USE_C99_STDINT_TR1 \ _GLIBCXX_DEPRECATED \
_GLIBCXX_ATOMIC_BUILTINS_1 \ _GLIBCXX_CONSTEXPR=constexpr \
_GLIBCXX_ATOMIC_BUILTINS_2 \ _GLIBCXX_USE_CONSTEXPR=constexpr \
_GLIBCXX_ATOMIC_BUILTINS_4 \ _GLIBCXX_USE_WCHAR_T \
_GLIBCXX_ATOMIC_BUILTINS_8 \ _GLIBCXX_USE_LONG_LONG \
_GLIBCXX_USE_SCHED_YIELD \ _GLIBCXX_USE_C99_STDINT_TR1 \
_GLIBCXX_USE_NANOSLEEP \ _GLIBCXX_ATOMIC_BUILTINS_1 \
__GXX_RTTI \ _GLIBCXX_ATOMIC_BUILTINS_2 \
__glibcxx_function_requires=// \ _GLIBCXX_ATOMIC_BUILTINS_4 \
__glibcxx_class_requires=// \ _GLIBCXX_ATOMIC_BUILTINS_8 \
__glibcxx_class_requires2=// \ _GLIBCXX_USE_SCHED_YIELD \
__glibcxx_class_requires3=// \ _GLIBCXX_USE_NANOSLEEP \
__glibcxx_class_requires4=// __GXX_RTTI \
__glibcxx_function_requires=// \
__glibcxx_class_requires=// \
__glibcxx_class_requires2=// \
__glibcxx_class_requires3=// \
__glibcxx_class_requires4=//
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded. # this tag can be used to specify a list of macro names that should be expanded.
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
/** @file forward_list /** @file include/forward_list
* This is a Standard C++ Library header. * This is a Standard C++ Library header.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment