forked from flyingsaucerproject/flyingsaucer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjavadoc.xml
12 lines (12 loc) · 811 Bytes
/
javadoc.xml
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<project default="javadoc" name="XR">
<target name="javadoc">
<javadoc access="public" author="true"
classpath="build\classes"
destdir="doc" nodeprecated="false" nodeprecatedlist="false"
noindex="false" nonavbar="false" notree="false"
packagenames="com.pdoubleya.xhtmlrenderer.css.util,com.pdoubleya.xhtmlrenderer.css.factory,com.pdoubleya.xhtmlrenderer.css.impl,com.pdoubleya.xhtmlrenderer.css.bridge,com.pdoubleya.xhtmlrenderer.css.value,com.pdoubleya.xhtmlrenderer.css.constants,com.pdoubleya.xhtmlrenderer.util,com.pdoubleya.xhtmlrenderer.css,org.joshy.html,org.joshy.html.css"
source="1.4" sourcepath="src\java" splitindex="true"
use="true" version="true"/>
</target>
</project>