diff options
author | Sven Gothel <[email protected]> | 2020-01-02 08:59:03 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 08:59:03 +0100 |
commit | 18c8834bdc8c1c00f6911143927c496d2218fa42 (patch) | |
tree | a6074edce3649575b58aace4e1b2ea6d61415d42 /make | |
parent | aad3bc50ee2b6ada76fbd97b32f88951f7571084 (diff) |
javadoc: enable frames
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 1 |
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"/> |