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] doxygen headername markup, associate private include files


This is a mechanical patch to add doxygen markup to associate private
headers like bits/stl_iterator.h to <iterator>. All known bits, ext,
and tr1 includes have been modified. 

I used a new doxygen alias, as the "headerfile" command doesn't quite
work with the file scope that seems desired here, only struct/class
declarations. 

The new alias is carefully placed to avoid line number changes.
However, some breakage was unavoidable, and easy to fix.

tested x86/linux

-benjamin

2010-11-19  Benjamin Kosnik  <bkoz@redhat.com>

        * config/*/*: Use headername alias to associate private includes
        to public includes.
        * include/*/*: Same.

        * scripts/run_doxygen: Update for doxygen 1.7.2.
        * doc/doxygen/user.cfg.in: Same.
        * doc/doxygen/TODO: Remove.

        * testsuite/*/std_c++0x_neg.cc: Adjust line number.

Attachment: 20101218-1.patch.bz2
Description: application/bzip


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