summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/doc/doxygen
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-23 23:24:20 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-23 23:24:20 +0000
commit14565c53bd05a15f50d4964ac24370612e2b2716 (patch)
tree30531c2b45e9759040118af5c925273df3db1a67 /libstdc++-v3/doc/doxygen
parent9ad39aef4294b32ee578167dbae81fb8fdcb1a00 (diff)
downloadppe42-gcc-14565c53bd05a15f50d4964ac24370612e2b2716.tar.gz
ppe42-gcc-14565c53bd05a15f50d4964ac24370612e2b2716.zip
2009-06-23 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*. (INPUT): Add future. * include/std/future: Adjust markup. * testsuite/30_threads/shared_future/cons/assign_neg.cc: Adjust line numbers. * testsuite/30_threads/unique_future/cons/assign_neg.cc: Same. * testsuite/30_threads/unique_future/cons/copy_neg.cc: Same. * testsuite/30_threads/promise/cons/assign_neg.cc: Same. * testsuite/30_threads/promise/cons/copy_neg.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r--libstdc++-v3/doc/doxygen/user.cfg.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in
index 8e09894d4f9..9c4b6c9bf51 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -590,6 +590,7 @@ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
include/deque \
include/fstream \
include/functional \
+ include/future \
include/iomanip \
include/ios \
include/iosfwd \
@@ -1427,6 +1428,10 @@ PREDEFINED = __cplusplus \
_GLIBCXX_USE_WCHAR_T \
_GLIBCXX_USE_LONG_LONG \
_GLIBCXX_USE_C99_STDINT_TR1 \
+ _GLIBCXX_ATOMIC_BUILTINS_1 \
+ _GLIBCXX_ATOMIC_BUILTINS_2 \
+ _GLIBCXX_ATOMIC_BUILTINS_4 \
+ _GLIBCXX_ATOMIC_BUILTINS_8 \
_GLIBCXX_USE_SCHED_YIELD \
_GLIBCXX_USE_NANOSLEEP \
__glibcxx_function_requires=// \
OpenPOWER on IntegriCloud