GNOME Bugzilla – Bug 565473
[Doxygen-develop] Let us choose the amount of detail for the class diagrams
Last modified: 2018-07-30 10:18:15 UTC
Originally posted here: https://sourceforge.net/mailarchive/message.php?msg_name=268608.22300.qm%40web38801.mail.mud.yahoo.com ---- From: Pietro Mele <pietromele@ya...> - 2008-11-24 14:49 To reduce the size of the class diagrams, it would be useful to be able to select theamount of detail shown for the classes. Going from the most compact representation to the most detailed one, show: - Just the class name (with eventual template stuff). - Just the public member functions, with and without their parameters. - All member functions and attributes without their parameters. *** In this case, if there are some overloaded functions, do NOT show them all. It is useless to have a list of, e.g., 10 overoladed Print() functions which are shown in the same way because the parameters are omitted. This is an incredible waste of space on the screen and on paper, that makes diagrams appear huge even if they can be reduced to a more manageble size. Just use a simbol to indicate that the function is overloaded (e.g. #), and print it just once. *** - All member functions and attributes with their parameters and return type. - Show everything. ----
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!