Boost C++ Libraries: Ticket #5798: doxygen formatting of documented types https://svn.boost.org/trac10/ticket/5798 <p> cleaning up a class reference for doxygen, i have the following issue: </p> <p> if a typename is documented, it is rendered like this: typedef implementation_defined::type1 my_type1; </p> <p> if it is not documented like this: typedef implementation_defined::type2 my_type2; </p> <p> 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. </p> <p> in order to generate nice help files, if the documented my_type1 would be aligned with my_type2. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5798 Trac 1.4.3 Steven Watanabe Mon, 17 Oct 2011 18:22:25 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5798#comment:1 https://svn.boost.org/trac10/ticket/5798#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/75013" title="Align documented typedefs. Fixes #5798.">[75013]</a>) Align documented typedefs. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5798" title="#5798: Bugs: doxygen formatting of documented types (closed: fixed)">#5798</a>. </p> Ticket