diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-04-17 05:11:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-04-17 05:11:45 +0000 |
commit | 031557a091b4d85c28f0d554b6a8ac4f3541ecab (patch) | |
tree | 3374be8b8713ad9c299f725b7e3aa07c7bb0b975 /java/Makefile | |
parent | 0951fd679deb6960158373afcc50aea34d34d1f3 (diff) | |
download | ports-031557a091b4d85c28f0d554b6a8ac4f3541ecab.tar.gz ports-031557a091b4d85c28f0d554b6a8ac4f3541ecab.zip |
Gjdoc is a documentation generation framework for java source files;
espcially generating API documentation in HTML format from
doc comments in source code.
Also, ANTLR (ANother Tool for Language Recognition) is used; this is
a language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
Java, C#, C++, or Python actions.
WWW: http://www.gnu.org/software/classpath/cp-tools/
http://www.antlr.org/
Notes
Notes:
svn path=/head/; revision=159766
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 8cff64b0b020..b0cfaa6f6af4 100644 --- a/java/Makefile +++ b/java/Makefile @@ -44,6 +44,7 @@ SUBDIR += eclipseme SUBDIR += gj SUBDIR += gj-jdk11 + SUBDIR += gjdoc SUBDIR += gnu-regexp SUBDIR += guavac SUBDIR += infobus |