Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add javadoc link to WPILib docs and oracle java docs. #40

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

thenetworkgrinch
Copy link
Contributor

Adds javadocs external links for javadocs generation. It may be worthwhile to add javadocs.destinationDir = new File("$buildDir/repos/") that way javadocs is also exported to the maven repo for an easy hosting solution.

build.gradle Outdated Show resolved Hide resolved
@sciencewhiz
Copy link
Contributor

Does this break during beta if the vendor is using a new API that isn't in the WPILib release docs?

@thenetworkgrinch
Copy link
Contributor Author

thenetworkgrinch commented Oct 25, 2024

I have no clue, i was able to compile it just fine when i tested it. Javadocs usually doesnt link to anything that it cant find, so i imagine it would just do the class name with no external link like it normally does without it.

build.gradle Outdated Show resolved Hide resolved
@thenetworkgrinch
Copy link
Contributor Author

@ThadHouse Just fixed that compilation error

@ThadHouse ThadHouse merged commit 136fdda into wpilibsuite:2025 Dec 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants