Commit a91e320b authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Add Javadoc titles, usage info, and footer.

Suggested by iwakeh on #18733.
parent 79653eb9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -105,7 +105,11 @@
  </target>
  <target name="docs">
    <mkdir dir="${docs}"/>
    <javadoc destdir="${docs}">
    <javadoc destdir="${docs}"
             footer="&amp;copy; 2016 The Tor Project"
             doctitle="CollecTor Documentation"
             use="true"
             windowtitle="CollecTor Documentation">
      <classpath refid="classpath"/>
      <fileset dir="${sources}/" includes="**/*.java" />
    </javadoc>