[Doxygen-develop] [BUG] Private classes/structs
Brought to you by:
dimitri
From: Morten E. <mo...@si...> - 2002-07-30 12:49:10
|
Hi, I have an annoying problem with Doxygen (tested with released version 1.2.17). This declaration in a .h file: ----8<---- [snip] ---------8<---- [snip] ---------8<---- [snip] ----- class MyClass { private: struct ShouldNotBeDocumented { }; }; ----8<---- [snip] ---------8<---- [snip] ---------8<---- [snip] ----- ..will cause doxygen to emit the following warning: <...>/private_struct.h:3: Warning: Compound MyClass::ShouldNotBeDocumented is not documented. (With a configuration file with only default values.) This seems like a bug to me, as the default value of EXTRACT_PRIVATE is "NO"? BTW, is this mailinglist the best place to report bugs, or should I rather mail them directly to Dimitri? Regards, Morten |