We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69db628 commit 79394d3Copy full SHA for 79394d3
src/main/java/com/github/markusbernhardt/xmldoclet/XmlDoclet.java
@@ -36,7 +36,7 @@ public final class XmlDoclet implements Doclet {
36
private static Root root;
37
38
/**
39
- * The Options instance to parse command line strings, that defines the supported XMLDoclet {@link #options}.
+ * The Apache Commons CLI {@link Options} instance to parse command line strings, that defines the supported XMLDoclet {@link #options}.
40
*/
41
public final Options cliOptions;
42
0 commit comments