I'm pleased to announce gjdoc release 0.7.6. This is mostly a maintenance release. A noteworthy new feature is option -validhtml which will force generation of valid XHTML code at the expense of cross-link compatiblity to javadoc-generated output. See info page for more details on this option.
Thanks to everyone who provided feedback and patches. The latest release of GNU gjdoc can always be found at ftp://ftp.gnu.org/gnu/classpath/ New in release 0.7.6 * Better output for classes in the unnamed package. * Now uses platform default encoding if -charset isn't specified. * Fixed parsing of strings in constant field values, backslashes in single quotes, and inline tags at the beginning of line within out-of-line tags. * Wrapper script now tested to work on bash, zsh, posh, tcsh, ksh, pdksh, and sash. * Improved XHTML compatiblity of generated output; new option -validhtml. * Graceful handling of empty/incomplete javadoc tags. * Better handling of unresolvable single-class imports. * Proper links to nested class documentation pages, removed superfluent nested class headers from output, added links to overridden methods. * Fixed formatting of @version tags. * Added date of generation to About page. * Minor cleanups and performance improvements. * Credits are now in the AUTHORS file. _______________________________________________ Cp-tools-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/cp-tools-discuss
