Skip to content

Commit 38ca4f6

Browse files
committed
Javadoc is missing its Overview page
- The overview.html file is not in the location maven-javadoc-plugin expects - Fix Javadoc error - Fix Javadoc typo
1 parent 0f11867 commit 38ca4f6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">Port to JUnit 5.</action>
3131
<action type="fix" dev="ggregory" due-to="Gary Gregory">Generics for Converter should use Exception not Throwable.</action>
3232
<action type="fix" dev="ggregory" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
33+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is missing its Overview page.</action>
3334
<!-- ADD -->
3435
<action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren, Gary Gregory">Help formatter extension in the new package #314.</action>
3536
<action type="add" dev="ggregory" due-to="Gary Gregory">CommandLine.Builder implements Supplier&lt;CommandLine&gt;.</action>

src/main/java/org/apache/commons/cli/overview.html renamed to src/main/javadoc/overview.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@
3232
specified after the command argument:
3333

3434
<code>
35-
<pre>
3635
myApp -p &lt;port&gt; command -p &lt;printer&gt;
37-
</pre>
3836
</code>
3937

40-
4138
<p>The homepage for the project is
42-
<a href="https://commons.apache.org">Apache Commons/</a>
39+
<a href="https://commons.apache.org">Apache Commons</a>
4340
</body>

0 commit comments

Comments
 (0)