diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-05-15 12:40:46 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-05-15 12:40:46 +0000 |
commit | 0dc1056f008f1e6f291e1b928ba9c723c55e5507 (patch) | |
tree | 0541307ab6f15b975659fbdf1ab7c89ddc23df96 /devel/Makefile | |
parent | - Update to latest release. (diff) |
New port.
DoctorJ is a set of applications that analyze Java code. Documentation
is verified for compliance with the standard and for accuracy against
the code, beyond what javadoc does. Statistics for a file or project
can be generated, including the number of lines of code per class and
method, and the overall total. A syntax analyzer is in development
PR: 51042
Approved by: roberto(mentor)
Notes
Notes:
svn path=/head/; revision=81029
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4b8ac0b603d2..0ce7305f0c98 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -150,6 +150,7 @@ SUBDIR += dmake SUBDIR += dmalloc SUBDIR += doc++ + SUBDIR += doctorj SUBDIR += dotconf SUBDIR += doxygen SUBDIR += e4graph |