Abschließende Arbeiten am Javadoc.

This commit is contained in:
Servicepoint
2015-01-27 17:11:10 +01:00
parent 10be019cd2
commit ec436bbd28
182 changed files with 2719 additions and 897 deletions

6
javadoc.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="javadoc">
<target name="javadoc">
<javadoc access="private" author="true" classpath="lib/mysql-connector-java-5.1.32-bin.jar;lib/sqlite-jdbc-3.7.2.jar;lib/swingx-all-1.6.4.jar;lib/pdfbox-app-1.8.7.jar" destdir="doc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="de.katho.kBorrow.listener,de.katho.kBorrow.models,de.katho.kBorrow.gui,de.katho.kBorrow.data.objects,de.katho.kBorrow.data,de.katho.kBorrow.db,de.katho.kBorrow,de.katho.kBorrow.controller,de.katho.kBorrow.converter,de.katho.kBorrow.interfaces" source="1.8" sourcepath="src;assets" splitindex="true" use="true" version="true"/>
</target>
</project>