Codebase list lwjgl / a2f3c68
unapply javadoc.diff Michael Gilbert 9 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
512512 <!-- Creates the Javadoc -->
513513 <target name="javadoc" description="Creates javadoc from java source code">
514514 <javadoc destdir="${lwjgl.docs}/javadoc" classpath="${lwjgl.lib}/jinput.jar" author="true" version="true" use="true" source="1.5" windowtitle="LWJGL API" useexternalfile="true">
515 <link href="/usr/share/doc/default-jdk-doc/api/" />
516515 <fileset refid="lwjgl.javadoc.fileset" />
517516 <doctitle><![CDATA[<h1>Lightweight Java Game Toolkit</h1>]]></doctitle>
518517 <bottom><![CDATA[<i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i>]]></bottom>