Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove following ports. | Maho Nakata | 2009-01-06 | 1 | -22/+0 |
| | | | | | | | | | | | | | lang/gcc41-withgcjawt java/gjdoc java/ecj-bootstrap * lang/gcc41 will also be removed by gerald@ very soon. * these ports are intended for free Java alternative, however, require too much resources to maintain. java/java-gcj-compat has also been removed because it's broken for long time. Notes: svn path=/head/; revision=225312 | ||||
* | Gjdoc is a documentation generation framework for java source files; | Maho Nakata | 2006-04-17 | 1 | -0/+22 |
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: svn path=/head/; revision=159766 |