15 lines
695 B
XML
15 lines
695 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>java</herd>
|
|
<longdescription lang="en">
|
|
Gjdoc provides a framework for generating documentation in various
|
|
formats from java source files. It implements all features of the
|
|
traditional javadoc tool version 1.4 - except for one unimplemented
|
|
option (-serialwarn), it is fully command-line compatible and it
|
|
provides a compatible Doclet API (package com.sun.javadoc).
|
|
</longdescription>
|
|
<use>
|
|
<flag name="xmldoclet">Also build support for the xml doclet that generates output in xml instead of the traditional html javadoc.</flag>
|
|
</use>
|
|
</pkgmetadata>
|