generate frames with javadoc
authorKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 1 Nov 2019 21:29:05 +0000 (16:29 -0500)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Fri, 1 Nov 2019 21:29:05 +0000 (16:29 -0500)
build.xml

index 6f0c1ab8089d1174469a211da6e47accb5297c42..327793a444029c2b134d517ba66ffe0c667eb394 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -93,7 +93,7 @@
       myself when Debian stables moves to Java 11.
   -->
 
-<target name="docs" depends="jar">
+  <target name="docs" depends="jar">
     <javadoc
         destdir="${apidocs.dir}"
         author="true"
         use="true"
         access="protected"
         windowtitle="Jexer - Java Text User Interface - API docs"
+        additionalparam="--frames"
         >
       <fileset dir="${src.dir}" defaultexcludes="yes">
         <include name="jexer/**/*.java"/>