Hi all,
I'm looking for class diagrams, helping me to understand the source code organisation. The wiki refers to http://buildbot.no-ip.org/~buildbot/spring/doxygen which is down.
Is there anywhere available class diagram ?
Available class diagrams ? UML ?
Moderator: Moderators
Re: Available class diagrams ? UML ?
Nope, it's not up anywhere as far as I know.
You could generate the doxygen docs yourself tho, after having install Graphviz (for diagrams) and Doxygen it should be a matter of running "doxygen" in the trunk checkout directory (where "Doxyfile" lives).
(Could then also tweak it to generate UML style diagrams instead of default doxygen style, though I can warn you that those are huuuge...)
I'll see if I can get some automatically rebuild doxygen docs up somewhere again.
You could generate the doxygen docs yourself tho, after having install Graphviz (for diagrams) and Doxygen it should be a matter of running "doxygen" in the trunk checkout directory (where "Doxyfile" lives).
(Could then also tweak it to generate UML style diagrams instead of default doxygen style, though I can warn you that those are huuuge...)
I'll see if I can get some automatically rebuild doxygen docs up somewhere again.
Re: Available class diagrams ? UML ?
That would be most appreciated.Tobi wrote:I'll see if I can get some automatically rebuild doxygen docs up somewhere again.