[Doxygen-users] How to document a struct/class defined inside a macro call?

2012-09-01 Thread Márcio Faustino
Eon/blob/master/library/util.h#L207 [2] https://github.com/marciof/Eon/blob/master/core/architecture/x86/multiboot/Boot_Device.h#L21 Thanks, -- Márcio Faustino -- Live Security Virtual Conference Exclusive live event wil

Re: [Doxygen-users] How to document a struct/class defined inside a macro call?

2012-09-11 Thread Márcio Faustino
On Sat, Sep 1, 2012 at 3:27 PM, Márcio Faustino wrote: > Hi, > > I have a `PACKED` macro [1], that receives a struct definition [2] and > returns it with a compiler annotation to make it packed. For example: > > /** > * ... > */ > PACKED(struct A { > /** >

Re: [Doxygen-users] How to document a struct/class defined inside a macro call?

2012-10-21 Thread Márcio Faustino
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 hate