Dear Doxygen Developers,
Please find a patch in the attachments that fixes the display of
private and undocumented members in the UML diagrams created with dot.
The issue has been raised before on the doxygen-users list back at
2009-01-15 13:45. No action was taken at that time, however (see e.g.
http://old.nabble.com/Hide-private-members-in-UML-td21477924.html ). As
of version 1.7.1 the same issue annoys me enough to send in this
patch. :)
The patch simply avoids printing the "unlinkable" members, if
HIDE_UNDOC_MEMBERS has been specified and does not print any private
members, unless EXTRACT_PRIVATE is set to true. I've tested the four
obvious combinations and it seems to work fine for all of them.
Best regards,
Olaf |