summaryrefslogtreecommitdiff
path: root/java/gjdoc/files/patch-Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove following ports.Maho Nakata2009-01-061-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 Nakata2006-04-171-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