[Boost-bugs] [Boost C++ Libraries] #4283: Missing doygen features in boost book

Subject: [Boost-bugs] [Boost C++ Libraries] #4283: Missing doygen features in boost book
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-03 08:18:12


#4283: Missing doygen features in boost book
---------------------------------+------------------------------------------
 Reporter: jensen.bo@… | Owner: matias
     Type: Feature Requests | Status: new
Milestone: Boost 1.43.0 | Component: Documentation
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: |
---------------------------------+------------------------------------------
 1)

 Doxygen commands like @see seem to be ignored, doxygen generates :

 <para><simplesect kind="see"><para>AddEmptyVars() </para></simplesect>

 but the boostbook conversion has :

 </para></description></parameter><description><para><para>AddEmptyVars()
 </para>

 So I get a text and not a link.

 2)

 I like to use array notation for arrays i.e "int somearray[]", but
 this gets ignored and displayed like "int somearray" in the parameters
 section, eventhough doxygen seem to correctly has parsed my source :

        <param>
          <type>double</type>
          <declname>up</declname>
          <array>[]</array>
        </param>

 becomes :

 <parameter name="up"><paramtype>double</paramtype>

 Also group features would be nice to have.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4283>
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:03 UTC