api name
which points to the directory or http URL defined by the value of the propertyJAVASE
: The Java 8 APIJAVASE7
: The Java 7 APIJAVASE8
: The Java 8 APIJAVASE9
: The Java 9 APIJAVASE10
: The Java 10 APIJAVASE11
: The Java 11 APIJAVASE12
: The Java 12 APIJAVASE13
: The Java 13 APIJAVASE14
: The Java 14 APIJAVASE15
: The Java 15 APIJAVASE16
: The Java 16 APIJAVASE17
: The Java 17 APIJAVASE18
: The Java 18 APIJAVASE19
: The Java 19 APIJAVASE20
: The Java 20 APIJAVASE21
: The Java 21 APIJAVAEE
: The JavaEE 7 APIJAVAFX
: The JavaFX 8 APIANDROID
: The latest Android APIJAVASE
and JAVAFX
APIS, the generator will look internally in the installed JDK to check the links validity (using reflection).
api name
which points to the directory or http URL defined by the value of the property. Note that a relative directory declaration will point to the wiki output directory.
postJava10
property specifies that this is an API for a post-Java10 Javadoc. For javadoc beginning with Java 11, the module path is mandatory<APIs> <javaAPIs> <javaAPI url="http://junit.sourceforge.net/javadoc" id="junit"> <javaAPILibrary jarFile="../junit5.jar" /> </javaAPI> </javaAPIs> </APIs>In this case, if we encounter the following tag and the "checkHTTPLinks" property is false:
<javadoc api="junit" path="org.junit.runner.result" />
The library will look in the junit5.jar Jar file to check the validity of the API link.
code
String rather than an hyperlink. It can be useful in various use cases:javadoc-myAPI=
javadoc-myAPI=D://the/path/to/theAPIPoints to the absolute directory
D://the/path/to/theAPI
javadoc-myAPI=theAPI
Points to the directory <wiki output directory>/theAPI
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.