kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02021
Re: Polygon work
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Jonas Diemer <diemer@...>
-
Date:
Sun, 21 Dec 2008 21:31:24 +0100
-
In-reply-to:
<1229887020.21404.26.camel@ubuntu-kc>
-
User-agent:
KMail/1.9.10
Am Sonntag 21 Dezember 2008 20:17:00 schrieb Vesa Solonen:
> For documentation I'd like to see some kind of a class (inheritance)
> diagram and data structure diagram. That may need some semi automatic
> system for drawing as it is kind of a moving target, isn't it?
I found BOUML useful for drawing UML class diagrams (and other UML) in the
past. It can also read code and generate some stuff automatically (both from
and to code). See
http://bouml.free.fr/
BTW: It is also written by a French guy.
References