Re: C++ to UML

2006-03-24 Thread Andrej Ricnik-Bay
On 3/25/06, Ian Britten <[EMAIL PROTECTED]> wrote: > Doxygen? http://www.stack.nl/~dimitri/doxygen/ > It's what we use to generate our documentation/diagrams with... Doxygen doesn't create UML diagrams? It gives you an inheritance overview as far as I know, but that's a bit meager by comparison.

Re: C++ to UML

2006-03-24 Thread Ian Britten
om ke wrote: I am looking for simple way to document my c++ source code. My intention to comeup with some kind of UML type of diagram that can be extracted directly from the C++ source code. Any hints on how I can acomplish the above will be greatly appreciated, Doxygen? http://www.stack.nl/

Re: C++ to UML

2006-03-22 Thread Aaron Trevena
On 22/03/06, om ke <[EMAIL PROTECTED]> wrote: > I am looking for simple way to document my c++ source code. My intention to > comeup with some kind of UML type of diagram that can be extracted directly > from the C++ source code. Any hints on how I can acomplish the above will be > greatly apprecia