Re: [Doxygen-users] HIDE_UNDOC_MEMBERS/CLASSES = YES not working
Brought to you by:
dimitri
|
From: Augusto J. D. <au...@ic...> - 2007-03-31 18:22:38
|
Daniel Rubin wrote: > it's strange, but (using doxygen 1.5.1 as well as 1.5.1-20070219) I get > a behaviour that's somewhat of the opposite of what you describe. > > In fact, without EXTRACT_ALL set to YES I never get to see undocumented > structs. The undocumented members do show, though, depending on the > setting of HIDE_UNDOC_MEMBERS, so that switch seems to work (for me). > > Could you post a complete test case, as I will post mine (see attached)? > > PS: In my test case, only `documented_struct_only' and > `fully_documented' show in the `Data structures' list. Thanks for your example, Daniel. I hadn't documented the structure itself, only some of its members. Now that I've documented the structure, the documentation is generated as expected. I've also found out why every structure and member was showing up in the documentation even when HIDE_UNDOC_MEMBER/CLASSES were set to NO. If SOURCE_BROWSER = YES, then *everything* shows up. Cheers, -- Augusto Jun Devegili http://devegili.org |