If I have a structure class as follows
/*! @ingroup MESSAGES
* @brief brief description here
* @details detailed description here
* @Type Periodic
* @DefaultRate 1/12
* @id 8
*/
The xml that gets generated is
<detaileddescription>
-
<para>
detailed description here
</para>
-
<para>Periodic 1/12 8 </para>
</detaileddescription>
I wish it would separate
* @Type Periodic
* @DefaultRate 1/12
* @id 8
Into individual xml tags
<id>8</id>
or maybe
<arg name="id">8</arg>
Is there a way to do this?
If not could someone implement it, or direct me to the files in the
doxygen code to change/update and Ill make the change?
--
Thank you,
Sam Price
(707) 742-3726
|