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
......
...@@ -718,7 +718,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ ...@@ -718,7 +718,6 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
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 \
...@@ -769,9 +768,7 @@ EXCLUDE_SYMLINKS = NO ...@@ -769,9 +768,7 @@ 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* \
*extc++.h* \
*/.svn/* */.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
...@@ -1519,8 +1516,13 @@ PREDEFINED = __cplusplus \ ...@@ -1519,8 +1516,13 @@ PREDEFINED = __cplusplus \
_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_CONST= " \
"_GLIBCXX_NORETURN= " \
"_GLIBCXX_NOTHROW= " \
"_GLIBCXX_STD_D= " \ "_GLIBCXX_STD_D= " \
"_GLIBCXX_STD_P= " \
"_GLIBCXX_STD_PR= " \
_GLIBCXX_STD=std \ _GLIBCXX_STD=std \
"_GLIBCXX_TR1= " \ "_GLIBCXX_TR1= " \
"_GLIBCXX_BEGIN_NAMESPACE_TR1= " \ "_GLIBCXX_BEGIN_NAMESPACE_TR1= " \
......
...@@ -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