[Boost-docs] Doxygen features

Subject: [Boost-docs] Doxygen features
From: Bo Jensen (jensen.bo_at_[hidden])
Date: 2010-05-31 07:53:35


I am using quickbook+boostbook+doxygen all newest development
versions. It looks nice, but I can not make some minor things work :

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, what am I doing wrong ?

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>

Thanks for any help I can get.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC