public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3 patch] add __GXX_RTTI to doxygen predefined macros
@ 2009-11-29 17:56 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2009-11-29 17:56 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]

2009-11-29  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * doc/doxygen/user.cfg.in: Add __GXX_RTTI to PREDEFINED macros.

This ensures that features which depend on RTTI appear in the doxygen
docs, e.g.  std::function::target_type()

Tested doc-html-doxygen target on x86_64/linux

[-- Attachment #2: doxygenconf.txt --]
[-- Type: text/plain, Size: 619 bytes --]

Index: doc/doxygen/user.cfg.in
===================================================================
--- doc/doxygen/user.cfg.in	(revision 154736)
+++ doc/doxygen/user.cfg.in	(working copy)
@@ -1449,6 +1449,7 @@ PREDEFINED             = __cplusplus \
                          _GLIBCXX_ATOMIC_BUILTINS_8 \
                          _GLIBCXX_USE_SCHED_YIELD \
                          _GLIBCXX_USE_NANOSLEEP \
+                         __GXX_RTTI \
                          __glibcxx_function_requires=// \
                          __glibcxx_class_requires=// \
                          __glibcxx_class_requires2=// \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-29 17:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-29 17:56 [v3 patch] add __GXX_RTTI to doxygen predefined macros Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).