mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
generate javadocs for the Java SDK
This commit is contained in:
parent
0d4283a3fa
commit
56f8160af8
23 changed files with 624 additions and 19 deletions
|
@ -25,6 +25,13 @@
|
|||
<jar destfile="bin/ZeroTierOneSDK.jar" basedir="classes"/>
|
||||
</target>
|
||||
|
||||
<target name="docs">
|
||||
<echo message="Generating Javadocs"/>
|
||||
<mkdir dir="doc/"/>
|
||||
<javadoc sourcepath="src/"
|
||||
destdir="doc/"/>
|
||||
</target>
|
||||
|
||||
<!-- <target name="android" depends="build">
|
||||
<echo message="OS is Android, installing..."/>
|
||||
<copy file="libs/armeabi/libZeroTierOneJNI.so"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue