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

Open
wants to merge 2 commits into
base: 2025
Choose a base branch
from

Conversation

thenetworkgrinch
Copy link

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
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.

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.

3 participants