-
Notifications
You must be signed in to change notification settings - Fork 3
No public or protected classes found to document. #40
Comments
This still occurs for |
Wonder how it works for JDK's
Source:
The one potential workaround I found: https://stackoverflow.com/questions/1138390/javadoc-for-package-info-java-only (it'd require adding a dummy temporary file to javadoc sources - the original issue is about package-info, so I'm not sure it'd work here). |
This is a bigger problem - even other modules for which the JavaDoc is generated don't have proper info about modules they require, etc. The main problem here is this - modules are not specified as targets to be documented at all (there is no module summary in any of the modules). I tried playing with When it works, |
Occurs for all
unij-bundle-*
projects and emptyunij-collect-*
andunij-misc-*
projects.We probably just need to disable
javadoc
until the project contents are filled.The text was updated successfully, but these errors were encountered: