-
Notifications
You must be signed in to change notification settings - Fork 2
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
please add missing API documentation items #113
Comments
Done. Updated documentation are available online. |
Thank you! However I still see undocumented items. |
Hi @KonradHoeffner. If you let us know the areas you feel are under-documented, we can attempt to address them. Thanks. |
I mean there are still items that don't have any documentation at all. I have never used Groovy but isn't there some command that lists those items? For example in Rust there is the "missing docs" annotation, so I think this should be possible in other languages as well. |
Hi @KonradHoeffner. I am unaware of a way to tag missing docs in Groovy. The tool used to build Groovy documentation is GroovyDoc, which (I assume) is a layer over JavaDoc. I have gone through our source code and attempted to document all the important classes, fields, and methods. The version of Gradle that is currently used for this project creates docs for protected and private elements. Some of these may not have full documentation, but also would not be expected to be used in client code. Again, if you let us know know which portions of the API are under-documented, we can attempt to address. Thanks. |
Unfortunately I don't have the time to manually go through hundreds of documentation items and report which ones exactly are missing but if GroovyDoc is a layer over JavaDoc, maybe it is possible to use Java DocLint. For example, with JavaDoc, you can use "javadoc -Xdoclint:all ". Public items should be enough, however I am not sure which items are public in the docs as there seems to be no indicator for that. For example, in https://carnival-data.github.io/carnival/groovydoc/index.html, in |
Thank you, Konrad. We are almost finished updating the public API documentation. |
|
It seems like this is from an anonymous inner class defined here, it should be safe to ignore. |
This issue is part of the JOSS review.
At https://carnival-data.github.io/carnival/groovydoc/index.html there are still many undocumented items.
Please provide documentation for all items in the API docs.
The text was updated successfully, but these errors were encountered: