Opened 12 years ago
Last modified 10 years ago
#4283 new Feature Requests
Missing doygen features in boost book
Reported by: | Owned by: | Steven Watanabe | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | Documentation |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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.
I've implemented @see in the trunk.