Andrea Aime
72f918b68c
First stab at UmlDoc implementation. It's an "improved" javadoc that outputs docs along with class diagrams.
...
Diomidis, can you have a look at the output (UmlGraph javadoc are built with UmlDoc now) and review the code?
I know I still have to write the docs, and I will have to try out UmlDoc on something other than UmlGraph itself (was thinking of the java sources themselves, or Hibernate, Spring, ... whatever is big enough).
2006-05-01 19:38:12 +00:00
Andrea Aime
3339c047f2
Build UMLGraph with debug informations. This will improve eventual bug reports we get from users (previously stack trace did not include line numbers)
2006-01-28 10:17:21 +00:00
Andrea Aime
b9e04f474a
Updated javadoc generation to deal with the changes in -output semantics
2006-01-02 14:07:45 +00:00
Andrea Aime
f94c2df2bc
Removed unused target
2005-12-31 17:33:23 +00:00
Andrea Aime
68a3ae6afa
Made the test target generate the diagrams as well for both dot-out and dot-ref directories... a visual comparison is faster than delving into the dot sources, at least to understand what's going on before going into detail.
2005-12-30 18:04:55 +00:00
Andrea Aime
f85f88c082
Minor formatting fix... the first pathelement is not indented by using spaces only, as the other two that follow it already were
2005-12-26 20:27:12 +00:00
Diomidis Spinellis
8da7b8c669
Import environment variables, so that we can run javadoc.
2005-12-26 17:20:26 +00:00
Andrea Aime
7cd1549d58
Solved command order issues in javadocs target: the first run resulted in an IOException because the dot file is generated in a folder generated by the standard doclet (so we need to run the standard doclet first, and generate the class diagram afterwards)
2005-11-28 16:06:25 +00:00
Andrea Aime
865f1de24e
Added javadoc generation, along with a package summary that contains the class diagram of UMLGraph (generated by UMLGraph itself).
...
Added a few tags in the classes to generate a more accurate diagram.
The generated javadoc directory has been added to cvsignore
2005-11-27 21:01:15 +00:00
Diomidis Spinellis
102634a819
Remove trailing spaces.
2005-11-27 13:07:42 +00:00
Andrea Aime
c9b7c3c3c8
Made Version.java generation platform independent using ant
2005-11-27 12:12:40 +00:00
Diomidis Spinellis
b748db9131
And-based build of Java files and new testing infrastructure.
2005-11-15 16:02:13 +00:00
Diomidis Spinellis
c3c39fcf0e
Initial revision
2003-05-07 21:37:30 +00:00