mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 17:17:59 -07:00
16 lines
533 B
XML
16 lines
533 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>java@gentoo.org</email>
|
|
<name>Java</name>
|
|
</maintainer>
|
|
|
|
<longdescription lang="en">
|
|
rundoc is an Ant task designed to help with the single-sourcing of
|
|
program documentation. This task replaces special commands embedded
|
|
within text files with their output in a specified format. Currently,
|
|
only docbook format is supported.
|
|
</longdescription>
|
|
</pkgmetadata>
|