aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f949f4a..d06049d 100644
--- a/build.xml
+++ b/build.xml
@@ -45,7 +45,12 @@
<!-- Generate javadocs for current project into ${doc.dir} -->
<target name="doc" depends="init" description="generate documentation">
- <javadoc sourcepath="${src.dir}" destdir="${doc.dir}"/>
+ <javadoc
+ sourcepath="${src.dir}"
+ destdir="${doc.dir}"
+ packagenames="com.jsyn.*"
+ excludepackagenames="com.portaudio,com.jsyn.devices.jportaudio"
+ />
<echo message = "=================================================================" />
<echo message = "Javadocs have been generated and placed in the ${doc.dir} folder!" />
<echo message = "=================================================================" />