Skip to content

Commit

Permalink
Update to pass multiple args to javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcw committed Mar 25, 2024
1 parent ec31b82 commit 1e9721f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ant/bc+-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
windowtitle="Bouncy Castle Library ${release.name} API Specification"
header="<b>Bouncy Castle Cryptography Library ${release.name}</b>">
<docElements/>
<arg value="${javadoc.args}" />
<arg line="${javadoc.args}" />
<classpath>
<path refid="project.classpath" />
<fileset dir="${artifacts.jars.dir}">
Expand Down
2 changes: 1 addition & 1 deletion ant/jdk18+.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name="artifacts.dir" value="${build.dir}/artifacts/${jdk.name}" />
<property name="src.dir" value="${build.dir}/${jdk.name}" />
<property name="target.prefix" value="jdk18on" />
<property name="javadoc.args" value="-breakiterator" />
<property name="javadoc.args" value="-breakiterator -Xdoclint:none -quiet" />

<target name="clean">
<delete dir="${build.dir}" />
Expand Down

0 comments on commit 1e9721f

Please sign in to comment.