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/ .idea/
out/ out/
/bin/ /bin/
@ -7,5 +8,13 @@ out/
.settings/ .settings/
.metadata .metadata
*.iml *.iml
# log files
rapport/ rapport/
!rapport/rapport.tex !rapport/rapport.tex
# javadoc files
doc/
# generated jar files
build/

View File

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