Re: [Doxygen-users] documenting multiple methods defined by a single macro - help
Brought to you by:
dimitri
From: Manfred D. <man...@me...> - 2005-11-29 11:57:27
|
Manfred Doudar wrote: > mx...@se... wrote: > >> >> The MACROS you can document very easy, e.g. >> [snip] >> ... >> >> However, if you want to document the methods inside the RESHAPE macro, >> did you try following?: >> [snip] >> Of course, you have to use precompiler to expand this macro, setting >> at least: >> >> ENABLE_PREPROCESSING = YES >> MACRO_EXPANSION = YES >> EXPAND_ONLY_PREDEF = YES >> SEARCH_INCLUDES = YES >> INCLUDE_PATH = <path to your includes which contains >> expanded macros> 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 :-( >> > > Yes - that's what I'm trying to do... but still no success :-( > > Running with the -d option (doxygen -d Preprocessor <config.dox>), > yielded the following suprise: > > |