On Mon, Sep 17, 2012 at 9:00 AM, Jakob van Bethlehem
<j.s.van.bethle...@astro.rug.nl> wrote:
> Hej Marcio,
>
> Maybe you can use the mechanism with '\class', e.g.:
> /** \class A
>   * Documentation of A
> */
> PACKED(struct A {
>  /// documentation for x
>  int x;
> });
>
> Just a thought.
>
> Greetsz, Jakob

Hi Jakob,

Looks like that sort of works, because then I have to manually add the
same tags for each class member. Always better than nothing.

Thanks!
-- 
Márcio Faustino

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to