Re: RE : [Doxygen-develop] new feature discussion
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2004-12-13 19:35:11
|
On Fri, 10 Dec 2004 10:41:50 +0100, Antoine Tandin <at...@ko...> wrote: > diff file attached for an implementation of those 4 features. Critics > are welcome :) I would like to discuss the usefulness of the group graphs (now this is added and people can try). I think it is not too useful to have edges for elements that are in multiple groups. Any opions about this are welcome. When I think about groups I can think of three types of graphs that I think could be useful: 1) A graph showing the containment relations between groups. This is basically a simplified version from what is available now. 2) A graph showing all classes in a group and their relations (both inheritance and using relations). 3) A graph showing all files in a group and their #include dependency relations. Depending on the group any of the 3 types of graphs could provide useful information. Let me know what you think about this idea. Regards, Dimitri |