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]

[v3 patch] add __GXX_RTTI to doxygen predefined macros


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: doxygenconf.txt
Description: Text document


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