forked from jacksingleton/lib-jFCPLib-staging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
javadoc.xml
11 lines (11 loc) · 812 Bytes
/
javadoc.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<project default="javadoc">
<target name="javadoc">
<exec executable="date" outputproperty="date">
<arg value="+%a %b %d %T %Z %Y" />
</exec>
<javadoc access="public" author="true" destdir="doc/api" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="net.pterodactylus.fcp" source="1.5" sourcepath="src" splitindex="true" use="true" version="true" encoding="utf-8" docencoding="utf-8" charset="utf-8" Windowtitle="pterodactylus.net FCP library" Footer="© 2008 by <a href="mailto:[email protected]">David ‘Bombe’ Roden</a><br><small>generated ${date}</small>">
<link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
</javadoc>
</target>
</project>