[Doxygen-users] Extract_all and detailed description
Brought to you by:
dimitri
From: Luigi B. <lui...@ri...> - 2001-06-14 13:42:15
|
Hi all, setting EXTRACT_ALL to YES seems to supersede the REPEAT_BRIEF and ALWAYS_DETAILED_SEC tags. Namely, running Doxygen on my sources with EXTRACT_ALL = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = YES BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = NO ALWAYS_DETAILED_SEC = NO SOURCE_BROWSER = NO INLINE_SOURCES = NO puts all class members into the "detailed description" section of the corresponding class, whether they have a detailed description or not. Setting EXTRACT_ALL to NO causes only members with a detailed description to be documented in detail. Is this the desired behavior or a bug? Thanks again, Luigi |