generating javadoc using maven plugin#454
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 |
eeverman
left a comment
There was a problem hiding this comment.
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 |
pom.xml
Outdated
| </goals> | ||
| </execution> | ||
| </executions> | ||
| </plugin> |
There was a problem hiding this comment.
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