File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1281
1281
<configuration >
1282
1282
<doctitle >${project.name} Documentation (Version ${project.version} )</doctitle >
1283
1283
<windowtitle >${project.name} Documentation (Version ${project.version} )</windowtitle >
1284
+ <!-- Used by javadoc:test-javadoc goal -->
1285
+ <testDoctitle >Test Documentation for ${project.name} (Version ${project.version} )</testDoctitle >
1286
+ <testWindowtitle >Test Documentation for ${project.name} (Version ${project.version} )
1287
+ </testWindowtitle >
1288
+ <!-- Used by javadoc:test-javadoc goal -->
1284
1289
<show >private</show >
1285
1290
<quiet >true</quiet >
1286
1291
<failOnError >false</failOnError >
1301
1306
<additionalJOptions >
1302
1307
<additionalJOption >-Xdoclint:none</additionalJOption >
1303
1308
</additionalJOptions >
1309
+ <tags >
1310
+ <tag >
1311
+ <name >todo</name >
1312
+ <placement >a</placement >
1313
+ <head >To do something:</head >
1314
+ </tag >
1315
+ <tag >
1316
+ <name >Author</name >
1317
+ <placement >t</placement >
1318
+ <head >Author:</head >
1319
+ </tag >
1320
+ </tags >
1304
1321
</configuration >
1305
1322
<executions >
1306
1323
<execution >
@@ -2014,7 +2031,7 @@ Changelog of {{repoName}}.
2014
2031
https://javadoc.io/doc/io.github.java-diff-utils/java-diff-utils/${java-diff-utils.version} /
2015
2032
</link >
2016
2033
<link >https://javadoc.io/static/org.apache.pdfbox/pdfbox/${pdfbox.version} /</link >
2017
- <link >https://javadoc.io/doc/org.fxmisc.richtext/richtextfx/${richtextfx.version} /
2034
+ <link >https://javadoc.io/doc/org.fxmisc.richtext/richtextfx/latest /
2018
2035
</link >
2019
2036
<link >https://docs.groovy-lang.org/${groovy.version} /html/gapi/</link >
2020
2037
</links >
You can’t perform that action at this time.
0 commit comments