mirror of
https://github.com/videolan/vlc.git
synced 2024-12-16 05:03:49 +08:00
53e8222b87
Tweaked to integrate into build system
7 lines
389 B
XML
7 lines
389 B
XML
<?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>
|