diff options
Diffstat (limited to 'java/gjdoc/pkg-descr')
-rw-r--r-- | java/gjdoc/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/gjdoc/pkg-descr b/java/gjdoc/pkg-descr new file mode 100644 index 000000000000..7d8c1fecb5a8 --- /dev/null +++ b/java/gjdoc/pkg-descr @@ -0,0 +1,10 @@ +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/ |