You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
389 B
6 lines
389 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project default="javadoc">
|
|
<target name="javadoc">
|
|
<javadoc access="public" author="true" classpath="." destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" source="1.4" sourcefiles="org/videolan/jvlc/JVLC.java" sourcepath="." splitindex="true" use="true" version="true"/>
|
|
</target>
|
|
</project>
|
|
|