This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] doxygen tweaks



Ugh. Attached as per this email. I must stop doing this.


-benjamin
2007-03-19  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/doxygen/user.cfg.in: Update for new includes, macros.

Index: docs/doxygen/user.cfg.in
===================================================================
--- docs/doxygen/user.cfg.in	(revision 123058)
+++ docs/doxygen/user.cfg.in	(working copy)
@@ -481,11 +481,15 @@
                          include/ext \
                          include/tr1 \
                          include/algorithm \
+                         include/array \
                          include/bitset \
                          include/cassert \
+                         include/ccomplex \
                          include/cctype \
                          include/cerrno \
+                         include/cfenv \
                          include/cfloat \
+                         include/cinttypes \
                          include/ciso646 \
                          include/climits \
                          include/clocale \
@@ -493,10 +497,13 @@
                          include/csetjmp \
                          include/csignal \
                          include/cstdarg \
+                         include/cstdbool \
                          include/cstddef \
+                         include/cstdint \
                          include/cstdio \
                          include/cstdlib \
                          include/cstring \
+                         include/ctgmath \
                          include/ctime \
                          include/cwchar \
                          include/cwctype \
@@ -517,12 +524,18 @@
                          include/numeric \
                          include/ostream \
                          include/queue \
+                         include/random \
+                         include/regex \
                          include/set \
                          include/sstream \
                          include/stack \
                          include/stdexcept \
                          include/streambuf \
                          include/string \
+                         include/tuple \
+                         include/type_traits \
+                         include/unordered_map \
+                         include/unordered_set \
                          include/utility \
                          include/valarray \
                          include/vector \
@@ -548,6 +561,7 @@
                          include/ext/pb_ds \
                          include/ext/pb_ds/detail \
                          include/tr1/array \
+                         include/tr1/ccomplex \
                          include/tr1/cctype \
                          include/tr1/cfenv \
                          include/tr1/cfloat \
@@ -568,6 +582,7 @@
                          include/tr1/hashtable \
                          include/tr1/memory \
                          include/tr1/random \
+                         include/tr1/regex \
                          include/tr1/tuple \
                          include/tr1/type_traits \
                          include/tr1/unordered_map \
@@ -1139,6 +1154,7 @@
 
 PREDEFINED             = __GTHREADS \
                          _GLIBCXX_STD=std \
+                         _GLIBCXX_TR1=tr1 \
                          "_GLIBCXX_BEGIN_NAMESPACE(name)=namespace name {" \
              "_GLIBCXX_BEGIN_NESTED_NAMESPACE(name, unused)=namespace name {" \
                          _GLIBCXX_END_NAMESPACE=} \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]