mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-21 06:14:11 +00:00
Updated javadoc
This commit is contained in:
parent
92c7186445
commit
9f2bd073fe
3 changed files with 6 additions and 6 deletions
|
|
@ -30,7 +30,8 @@
|
|||
<target name="javadoc" depends="init" description="Javadoc for my API.">
|
||||
<javadoc packagenames="net.java.games.input.*"
|
||||
destdir="apidocs"
|
||||
additionalparam="-source 1.4">
|
||||
additionalparam="-source 1.4"
|
||||
excludepackagenames="net.java.games.input.example.*,net.java.games.input.test.*">
|
||||
<sourcepath>
|
||||
<pathelement location="src/java"/>
|
||||
</sourcepath>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue