diff options
author | mich <mich@FreeBSD.org> | 2003-05-15 20:40:46 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-05-15 20:40:46 +0800 |
commit | deb18b0a30fe55b635e9236b600b5cbb334495dc (patch) | |
tree | b6271b2f14a09bbb4494f96fc817302c748d057f /devel/Makefile | |
parent | 5ab0db49c01dcc5a1fe16ac411bd843545757efd (diff) | |
download | freebsd-ports-gnome-deb18b0a30fe55b635e9236b600b5cbb334495dc.tar.gz freebsd-ports-gnome-deb18b0a30fe55b635e9236b600b5cbb334495dc.tar.zst freebsd-ports-gnome-deb18b0a30fe55b635e9236b600b5cbb334495dc.zip |
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)
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 |