[Doxygen-develop] Let us choose the amount of detail for the class diagrams
Brought to you by:
dimitri
From: Pietro M. <pie...@ya...> - 2008-11-24 14:49:32
|
To reduce the size of the class diagrams, it would be useful to be able to select the amount 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. Pietro Mele pietromele at yahoo.com http://www.geocities.com/pietromele/ ________________________________ |