[Boost-bugs] [Boost C++ Libraries] #5798: doxygen formatting of documented types

Subject: [Boost-bugs] [Boost C++ Libraries] #5798: doxygen formatting of documented types
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-21 12:33:02


#5798: doxygen formatting of documented types
------------------------------+---------------------------------------------
 Reporter: tim@… | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.47.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 cleaning up a class reference for doxygen, i have the following issue:

 if a typename is documented, it is rendered like this:
 typedef implementation_defined::type1 my_type1;

 if it is not documented like this:
 typedef implementation_defined::type2 my_type2;

 in the first case, my_type1 is a link to the documentation, in the second
 case my_type2 is a simple symbol. however my_type2 is aligned with all
 other typedef symbols, while my_type1 is only one space after the
 declaration.

 in order to generate nice help files, if the documented my_type1 would be
 aligned with my_type2.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5798>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC