mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 08:48:51 -05:00
Auto-generate FileBot API docs
This commit is contained in:
parent
76c6c2469f
commit
748e42ae98
@ -748,7 +748,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<target name="website-docs" depends="revision">
|
<target name="website-docs" depends="revision">
|
||||||
<javadoc destdir="${dir.dist}/website/docs" linksource="yes" access="public" classpathref="lib.classpath" encoding="UTF-8" charset="UTF-8" windowtitle="${application.name}" noindex="yes" nohelp="yes" notree="yes" nodeprecated="yes">
|
<javadoc destdir="${dir.dist}/website/docs" linksource="yes" access="public" classpathref="lib.classpath" encoding="UTF-8" charset="UTF-8" windowtitle="${application.name}" noindex="yes" nohelp="yes" notree="yes" nodeprecated="yes" nonavbar="yes">
|
||||||
<fileset dir="${dir.source}" includesfile="${dir.website}/docs/includes.fileset" />
|
<fileset dir="${dir.source}" includesfile="${dir.website}/docs/includes.fileset" />
|
||||||
<doctitle>${application.name} ${application.version}</doctitle>
|
<doctitle>${application.name} ${application.version}</doctitle>
|
||||||
<bottom>${application.name} ${application.version} (r${revision}) built on ${tstamp.date}</bottom>
|
<bottom>${application.name} ${application.version} (r${revision}) built on ${tstamp.date}</bottom>
|
||||||
|
Loading…
Reference in New Issue
Block a user