mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
feat: link methods in javadocs to source code (#1866)
This commit is contained in:
@@ -129,6 +129,7 @@ task generateJavaDocs(type: Javadoc) {
|
|||||||
options.addStringOption("tag", "pre:a:Pre-Condition")
|
options.addStringOption("tag", "pre:a:Pre-Condition")
|
||||||
options.addBooleanOption("Xdoclint:html,missing,reference,syntax", true)
|
options.addBooleanOption("Xdoclint:html,missing,reference,syntax", true)
|
||||||
options.addBooleanOption('html5', true)
|
options.addBooleanOption('html5', true)
|
||||||
|
options.linkSource(true)
|
||||||
failOnError = true
|
failOnError = true
|
||||||
|
|
||||||
title = "PhotonVision $pubVersion"
|
title = "PhotonVision $pubVersion"
|
||||||
|
|||||||
Reference in New Issue
Block a user