fixed javadoc

This commit is contained in:
Quentin Legot 2021-02-15 21:33:09 +01:00
parent 22e1262f12
commit c3e959ba07
2 changed files with 10 additions and 0 deletions

9
.gitignore vendored
View File

@ -1,3 +1,4 @@
# ide files (eclipse, intellij...)
.idea/
out/
/bin/
@ -7,5 +8,13 @@ out/
.settings/
.metadata
*.iml
# log files
rapport/
!rapport/rapport.tex
# javadoc files
doc/
# generated jar files
build/

View File

@ -27,6 +27,7 @@
<fileset dir="src" defaultexcludes="yes">
<include name="**"/>
</fileset>
<classpath refid="project.classpath"/>
</javadoc>
</target>
<target name="packaging" depends="compile">