Typo: 'JavaDoc' -> 'Javadoc'.
This commit is contained in:
parent
36553ffab3
commit
f9499be20e
|
@ -54,7 +54,7 @@ Documentation
|
|||
-------------
|
||||
|
||||
More information can be found on the [homepage](https://commons.apache.org/proper/commons-math).
|
||||
The [JavaDoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.
|
||||
The [Javadoc](https://commons.apache.org/proper/commons-math/apidocs) can be browsed.
|
||||
Questions related to the usage of Apache Commons Math should be posted to the [user mailing list][ml].
|
||||
|
||||
Where can I get the latest release?
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
</target>
|
||||
|
||||
|
||||
<!-- ========== Produce JavaDocs ========================================== -->
|
||||
<!-- ========== Produce Javadocs ========================================== -->
|
||||
|
||||
<target name="javadoc" depends="compile" description="Create component Javadoc documentation">
|
||||
<mkdir dir="${build.home}/apidocs"/>
|
||||
|
|
Loading…
Reference in New Issue