Browse Source

add <javadoc verbose> setting

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415682 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
5405bd41c9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      build.xml

+ 2
- 1
build.xml View File

@@ -1442,7 +1442,8 @@
version="true"
locale="en"
windowtitle="${Name} API"
doctitle="${Name}">
doctitle="${Name}"
verbose="${javadoc.verbose}">

<packageset dir="${java.dir}"/>



Loading…
Cancel
Save