Re: [Doxygen-users] documenting multiple methods defined by a single macro - help
Brought to you by:
dimitri
From: <mx...@se...> - 2005-11-29 12:13:22
|
Manfred Doudar wrote: > > Oops! ... do you mean to tell me that I need to provide a file for > doxygen with the expanded macro definition (, so in my case, all 22 > macro expansions) ? > > ...Please, please tell me that's not the case :-( > No, you only need to include the header where the macro itself is defined (and it should IMHO work if you expand it in the same file e.g. header where you have defined it as it seems in your case). |