-
Notifications
You must be signed in to change notification settings - Fork 0
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 docstrings to coppercore #49
Comments
@aidnem can you assign this to one of the new members? |
@jkleiber there are a ton of comments that need to be added, could we split this between Samson and Josh? We could give each one a few modules to do to even out the load. |
@aidnem works for me |
Here's the breakdown of how many comments are needed in each package:
I figured I'd break it up as follows: Joshua
Samson
|
@jkleiber Help Justin, have you seen this error before, help please. It might have something to do with coppercore but I don't know. Help, please.
|
@Samson560915 I haven't seen this error before - could you point me to the branch / commit you are working on? that way I have enough context to help |
66-geometry-math-monitors-wpilib-interface-docstrings, I have no clue I think its on like coppercore |
@Samson560915 it says that branch has no difference with main. You need to push your code so that I can see it |
Nvm Minh figured it out
…On Thu, Jan 9, 2025, 11:00 PM Justin Kleiber ***@***.***> wrote:
@Samson560915 <https://github.com/Samson560915> it says that branch has
no difference with main. You need to push your code so that I can see it
—
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BM3HNIP5HLSWSXQGNVHTFND2J5AUJAVCNFSM6AAAAABSMZ5QEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBRGY4TIOJXHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Summary
When publishing to maven in #39 we want to produce decent docs so we can use our own code (and so others can too if they want)
The objective of this ticket is to add docstrings to each class, method, and class member variable so the output of
./gradlew publishToMavenLocal
produces no spam related to having no docstringsWork Required
Verification
./gradlew publishToMavenLocal
produces no spam related to having no docstringsThe text was updated successfully, but these errors were encountered: