[Doxygen-develop] Feature request: group dependency diagram
Brought to you by:
dimitri
From: Ruud A. <ru...@st...> - 2011-03-18 10:56:30
|
Hello, For a project I'm working on we have our packages and modules sorted into groups: - layer - package - module Most of these modules depend on other packages/modules. We'd like to generate a diagram that shows these depedencies. We were thinking about defining a new command, '\dependgroup', that gets used the same way as '\ingroup'. So you define a group, where it falls under and on which groups it depends as well. This way dependency diagrams can be generated, just like with header includes. The reason that the header inclusion diagram isn't working for us is that multiple includes can fit into a single package, we want to group those together. I was looking at the Doxygen sources to create this functionality myself, but I wasn't sure what I can reuse or what I need to change. If someone can give me directions I can look into it myself. -- With regards, Ruud Althuizen - www.stack.nl - Unix commissie |