-
Notifications
You must be signed in to change notification settings - Fork 34
generating javadoc using maven plugin #454
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #454 +/- ##
==========================================
- Coverage 78.97% 77.63% -1.34%
==========================================
Files 122 119 -3
Lines 3781 3533 -248
Branches 635 569 -66
==========================================
- Hits 2986 2743 -243
+ Misses 612 607 -5
Partials 183 183
Continue to review full report at Codecov.
|
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue #218 is not creating javadocs for the AndHow project - Javadocs for this project already work.
This issue is about having AndHow create documentation for the project you are using it in.
So for instance, if you create MyProject that uses AndHow Properties, when you run JavaDocs, AndHow should create documentation for all of the configuration properties in MyProject and include them in the javadoc for MyProject.
That would be pretty cool, right? :-)
Sorry, that task was not well defined - I wasn't expecting someone to work on it yet. Thanks for trying on this one, however.
* Sets a new {@code AndHowCore} | ||
* | ||
* This inserts an entire new state into AndHow. Inserting a {@null} core | ||
* This inserts an entire new state into AndHow. Inserting a {@code null} core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch!
pom.xml
Outdated
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, we do not want this here. Can you pull this out and we can keep the other cleanup that you have in the pull request?
I updated the description of #218 |
@eeverman , sounds cool indeed, will give thought to this. |
@eeverman , please have a look, I have tried hand on #218