New in release 0.7.4 * Gjdoc now supports type variables at the class level (e.g. List, Pair). Thanks to Andrew John Hughes for implementing this. * Comma-separated field definitions and static field values involving brackets and braces are now parsed correctly. Thanks to David Gilbert for reporting this. * The class documentation page now lists inner classes properly. * The wrapper script now passes options prefixed with -J to the virtual machine. This is especially useful for increasing the maximum heap size to avoid OutOfMemoryErrors when running gjdoc on large trees. Thanks to Wolfgang Baer for reporting this. * The bytecode build now properly includes XmlDoclet classes when --enable-xmldoclet is specified at configure time. Thanks to Wolfgang Baer for reporting this. New in release 0.7.3 * Fixed a critical bug in gjdoc.sh.in which would fail due to a broken classpath. * gjdoc.sh.in now tries to use the VM configured using JAVA or installed at /usr/bin/java first and only falls back to the one used during build if no VM is found this way. Thanks to Jerry Haltom. New in release 0.7.2 * Fixed a bug which omitted the last declared thrown exception in interface method declarations. * Class discovery via reflection is now disabled by default to avoid unintended side effects during class loading. Re-enable using option -reflection. * Build: jar files are now put into $(datadir)/java instead of $(datadir)/java/ext (so by default, jar files now end up in $PREFIX/share/java). * Minor bug fixes. New in release 0.7.1 * Man page and rudimentary Info manual * Fixed support for -encoding, -title, -nocomment * Now sets exit code properly on failure * Fixes for several minor build problems, mostly related to jar file assembly and tool detection. * Bytecode wrapper script now includes antlr.jar on the classpath New in release 0.7.1-pre3 * Add option --with-antlr-jar to configure * Look in /usr/lib for antlr.jar * Detect gij * Detect fastjar * Fixed wrapper script for bytecode version * Various other improvements to build