Julian Scheid released version 0.7.6 of gjdoc. gjdoc is the GNU documentation generation framework for java source files. gjdoc is part of GNU Classpath Tools: http://www.gnu.org/software/classpath/cp-tools/
This new version of gjdoc has been used to generate class documentation for the GNU Classpath CVS source files: http://developer.classpath.org/doc/
--- Begin Message --->From [EMAIL PROTECTED] Sat Oct 15 14:59:22 2005 Received: from mail by gnu.wildebeest.org with spam-scanned (Exim 3.36 #1 (Debian)) id 1EQld7-0000LQ-00 for <[EMAIL PROTECTED]>; Sat, 15 Oct 2005 14:59:22 +0200 Received: from localhost ([127.0.0.1]) by gnu.wildebeest.org with esmtp (Exim 3.36 #1 (Debian)) id 1EQld6-0000LN-00 for <[EMAIL PROTECTED]>; Sat, 15 Oct 2005 14:59:16 +0200 Delivered-To: [EMAIL PROTECTED] Received: from mail.qwknetllc.com [209.161.29.2] by localhost with POP3 (fetchmail-6.2.5.2) for [EMAIL PROTECTED] (single-drop); Sat, 15 Oct 2005 14:59:16 +0200 (CEST) Received: (qmail 2487 invoked by uid 399); 15 Oct 2005 12:56:42 -0000 Received: from unknown (HELO lists.gnu.org) (199.232.76.165) by arthur.qwknetllc.com with SMTP; 15 Oct 2005 12:56:42 -0000 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQlab-0001zH-Il for [EMAIL PROTECTED]; Sat, 15 Oct 2005 08:56:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQlRT-0006yw-ST for [email protected]; Sat, 15 Oct 2005 08:47:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQlRR-0006yZ-26 for [email protected]; Sat, 15 Oct 2005 08:47:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQlRQ-0006yT-Ef for [email protected]; Sat, 15 Oct 2005 08:47:12 -0400 Received: from [217.160.129.185] (helo=sektor37.de) by monty-python.gnu.org with smtp (Exim 4.34) id 1EQlRQ-00070i-EY for [email protected]; Sat, 15 Oct 2005 08:47:12 -0400 Received: (qmail 22054 invoked from network); 15 Oct 2005 12:47:09 -0000 Received: from p54a87514.dip.t-dialin.net (HELO ?10.0.1.7?) ([EMAIL PROTECTED]) by sektor37.de with SMTP; 15 Oct 2005 12:47:09 -0000 Message-ID: <[EMAIL PROTECTED]> Date: Sat, 15 Oct 2005 14:46:08 +0200 From: Julian Scheid <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Cp-tools-discuss] gjdoc 0.7.6 released X-BeenThere: [email protected] X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discuss list for classpath-tools \(texidoclet, gjdoc\)" <cp-tools-discuss.gnu.org> List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/cp-tools-discuss>, <mailto:[EMAIL PROTECTED]> List-Archive: <http://lists.gnu.org/pipermail/cp-tools-discuss> List-Post: <mailto:[email protected]> List-Help: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://lists.gnu.org/mailman/listinfo/cp-tools-discuss>, <mailto:[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Errors-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on nescio X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=unavailable version=3.0.3 Delivered-To: [EMAIL PROTECTED] 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
--- End Message ---
