CVS kaffe/debian/man

Arnaud Vandyck avdyk at haydn.debian.org
Fri Sep 23 16:28:34 UTC 2005


Update of /cvsroot/pkg-java/kaffe/debian/man
In directory haydn:/tmp/cvs-serv712/debian/man

Modified Files:
	javadoc.kaffe.1 
Log Message:
kaffe (2:1.1.6-1) experimental; urgency=low

  * Final new upstream release
  * Fixed minor packaging bug due to upstream move of tools.jar
  * Wrong bug number for java/lang/Runtime.availableProcessors
    in the last upload (closes: #305258)
  * Switched to fastjar as jar program - as requested by upstream
    (closes: #329229, #328328)
    + Updated debian/control to depend on fastjar
    + Removed current wrapper scripts and link to fastjar
  * Fixing the arm build (closes: #227741)
    + Added conditional build-dep for ecj-bootstrap on arm
    + Introduced overridable decision for compiler selection in debian/rules
    + Added rules.arm to override default compiler decision to ecj
  * Added some more information about the scope of kaffe as a JDK
    replacement to the description (closes: #328648)
  * Fixed javadoc.kaffe manpage to make lintian happy
  * Added patch from upstream to fix tomcat5 with security manager

 -- Wolfgang Baer <WBaer at gmx.de>  Tue, 20 Sep 2005 21:57:17 +0200



--- /cvsroot/pkg-java/kaffe/debian/man/javadoc.kaffe.1	2005/04/03 21:03:07	1.1.1.1
+++ /cvsroot/pkg-java/kaffe/debian/man/javadoc.kaffe.1	2005/09/23 16:28:34	1.2
@@ -9,114 +9,165 @@
 Tool to create documentation from Java source files.
 .SS "where options include:"
 .TP
-\fB\-overview\fR <file>          Read overview documentation from HTML file
+\fB\-overview\fR <file>
+Read overview documentation from HTML file
 .TP
-\fB\-public\fR                   Show only public classes and members
+\fB\-public\fR
+Show only public classes and members
 .TP
-\fB\-protected\fR                Show protected/public classes and members (default)
+\fB\-protected\fR
+Show protected/public classes and members (default)
 .TP
-\fB\-package\fR                  Show package/protected/public classes and members
+\fB\-package\fR
+Show package/protected/public classes and members
 .TP
-\fB\-private\fR                  Show all classes and members
+\fB\-private\fR
+Show all classes and members
 .TP
-\fB\-help\fR                     Display command line options and exit
+\fB\-help\fR
+Display command line options and exit
 .TP
-\fB\-doclet\fR <class>           Generate output via alternate doclet
+\fB\-doclet\fR <class>
+Generate output via alternate doclet
 .TP
-\fB\-docletpath\fR <path>        Specify where to find doclet class files
+\fB\-docletpath\fR <path>
+Specify where to find doclet class files
 .TP
-\fB\-sourcepath\fR <pathlist>    Specify where to find source files
+\fB\-sourcepath\fR <pathlist>
+Specify where to find source files
 .TP
-\fB\-classpath\fR <pathlist>     Specify where to find user class files
+\fB\-classpath\fR <pathlist>
+Specify where to find user class files
 .TP
-\fB\-exclude\fR <pkglist>        Specify a list of packages to exclude
+\fB\-exclude\fR <pkglist>
+Specify a list of packages to exclude
 .TP
-\fB\-subpackages\fR <subpkglist> Specify subpackages to recursively load
+\fB\-subpackages\fR <subpkglist>
+Specify subpackages to recursively load
 .TP
-\fB\-breakiterator\fR            Compute 1st sentence with BreakIterator
+\fB\-breakiterator\fR
+Compute 1st sentence with BreakIterator
 .TP
-\fB\-bootclasspath\fR <pathlist> Override location of class files loaded
-by the bootstrap class loader
-.PP
-\fB\-source\fR <release>         Provide source compatibility with specified release
+\fB\-bootclasspath\fR <pathlist>
+Override location of class files loaded by the bootstrap class loader
 .TP
-\fB\-extdirs\fR <dirlist>        Override location of installed extensions
+\fB\-source\fR <release>
+Provide source compatibility with specified release
 .TP
-\fB\-verbose\fR                  Output messages about what Javadoc is doing
+\fB\-extdirs\fR <dirlist>
+Override location of installed extensions
 .TP
-\fB\-locale\fR <name>            Locale to be used, e.g. en_US or en_US_WIN
+\fB\-verbose\fR
+Output messages about what Javadoc is doing
 .TP
-\fB\-encoding\fR <name>          Source file encoding name
+\fB\-locale\fR <name>
+Locale to be used, e.g. en_US or en_US_WIN
 .TP
-\fB\-J\fR<flag>                  Pass <flag> directly to the runtime
-.SS "System provided by Standard doclet:"
+\fB\-encoding\fR <name>
+Source file encoding name
 .TP
-\fB\-d\fR <directory>                    Destination directory for output files
+\fB\-J\fR<flag>
+Pass <flag> directly to the runtime
+.SS "System provided by Standard doclet:"
 .TP
-\fB\-use\fR                              Create class and package usage pages
+\fB\-d\fR <directory>
+Destination directory for output files
 .TP
-\fB\-version\fR                          Include @version paragraphs
+\fB\-use\fR
+Create class and package usage pages
 .TP
-\fB\-author\fR                           Include @author paragraphs
+\fB\-version\fR
+Include @version paragraphs
 .TP
-\fB\-docfilessubdirs\fR                  Recursively copy doc-file subdirectories
+\fB\-author\fR
+Include @author paragraphs
 .TP
-\fB\-splitindex\fR                       Split index into one file per letter
+\fB\-docfilessubdirs\fR
+Recursively copy doc-file subdirectories
 .TP
-\fB\-windowtitle\fR <text>               Browser window title for the documenation
+\fB\-splitindex\fR
+Split index into one file per letter
 .TP
-\fB\-doctitle\fR <html-code>             Include title for the overview page
+\fB\-windowtitle\fR <text>
+Browser window title for the documenation
 .TP
-\fB\-header\fR <html-code>               Include header text for each page
+\fB\-doctitle\fR <html-code>
+Include title for the overview page
 .TP
-\fB\-footer\fR <html-code>               Include footer text for each page
+\fB\-header\fR <html-code>
+Include header text for each page
 .TP
-\fB\-bottom\fR <html-code>               Include bottom text for each page
+\fB\-footer\fR <html-code>
+Include footer text for each page
 .TP
-\fB\-link\fR <url>                       Create links to javadoc output at <url>
+\fB\-bottom\fR <html-code>
+Include bottom text for each page
 .TP
-\fB\-linkoffline\fR <url> <url2>         Link to docs at <url> using package list at <url2>
+\fB\-link\fR <url>
+Create links to javadoc output at <url>
 .TP
-\fB\-excludedocfilessubdir\fR <name1>:.. Exclude any doc-files subdirectories with given name.
+\fB\-linkoffline\fR <url> <url2>
+Link to docs at <url> using package list at <url2>
 .TP
-\fB\-group\fR <name> <p1>:<p2>..         Group specified packages together in overview page
+\fB\-excludedocfilessubdir\fR <name1>:..
+Exclude any doc-files subdirectories with given name.
 .TP
-\fB\-nocomment\fR                        Supress description and tags, generate only declarations.
+\fB\-group\fR <name> <p1>:<p2>..
+Group specified packages together in overview page
 .TP
-\fB\-nodeprecated\fR                     Do not include @deprecated information
+\fB\-nocomment\fR
+Supress description and tags, generate only declarations.
 .TP
-\fB\-noqualifier\fR <name1>:<name2>:...  Exclude the list of qualifiers from the output.
+\fB\-nodeprecated\fR
+Do not include @deprecated information
 .TP
-\fB\-nosince\fR                          Do not include @since information
+\fB\-noqualifier\fR <name1>:<name2>:...
+Exclude the list of qualifiers from the output.
 .TP
-\fB\-nodeprecatedlist\fR                 Do not generate deprecated list
+\fB\-nosince\fR
+Do not include @since information
 .TP
-\fB\-notree\fR                           Do not generate class hierarchy
+\fB\-nodeprecatedlist\fR
+Do not generate deprecated list
 .TP
-\fB\-noindex\fR                          Do not generate index
+\fB\-notree\fR
+Do not generate class hierarchy
 .TP
-\fB\-nohelp\fR                           Do not generate help link
+\fB\-noindex\fR
+Do not generate index
 .TP
-\fB\-nonavbar\fR                         Do not generate navigation bar
+\fB\-nohelp\fR
+Do not generate help link
 .TP
-\fB\-quiet\fR                            Do not display status messages to screen
+\fB\-nonavbar\fR
+Do not generate navigation bar
 .TP
-\fB\-serialwarn\fR                       Generate warning about @serial tag
+\fB\-quiet\fR
+Do not display status messages to screen
 .TP
-\fB\-tag\fR <name>:<locations>:<header>  Specify single argument custom tags
+\fB\-serialwarn\fR
+Generate warning about @serial tag
 .TP
-\fB\-taglet\fR                           The fully qualified name of Taglet to register
+\fB\-tag\fR <name>:<locations>:<header>
+Specify single argument custom tags
 .TP
-\fB\-tagletpath\fR                       The path to Taglets
+\fB\-taglet\fR
+The fully qualified name of Taglet to register
 .TP
-\fB\-charset\fR <charset>                Charset for cross-platform viewing of generated documentation.
+\fB\-tagletpath\fR
+The path to Taglets
 .TP
-\fB\-helpfile\fR <file>                  Include file that help link links to
+\fB\-charset\fR <charset>
+Charset for cross-platform viewing of generated documentation.
 .TP
-\fB\-linksource\fR                       Generate source in HTML
+\fB\-helpfile\fR <file>
+Include file that help link links to
 .TP
-\fB\-stylesheetfile\fR <path>            File to change style of the generated documentation
+\fB\-linksource\fR
+Generate source in HTML
 .TP
-\fB\-docencoding\fR <name>               Output encoding name
+\fB\-stylesheetfile\fR <path>
+File to change style of the generated documentation
 .TP
-.PP
+\fB\-docencoding\fR <name>
+Output encoding name



More information about the pkg-java-commits mailing list