summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 08:59:03 +0100
committerSven Gothel <[email protected]>2020-01-02 08:59:03 +0100
commit18c8834bdc8c1c00f6911143927c496d2218fa42 (patch)
treea6074edce3649575b58aace4e1b2ea6d61415d42 /make
parentaad3bc50ee2b6ada76fbd97b32f88951f7571084 (diff)
javadoc: enable frames
Diffstat (limited to 'make')
-rw-r--r--make/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index f147f3d..396cc75 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1297,6 +1297,7 @@
stylesheetfile="doc/javadoc/stylesheet.css">
<classpath refid="javadoc_gluegen.classpath" />
<link offline="true" href="${javadoc.link}" packagelistLoc="142-packages" />
+ <arg value="--frames"/>
<arg value="${javadoc.xarg1}"/>
<arg value="-html5"/>
<arg value="--show-packages=all"/>