Creating a javadoc

Hey I have all my classes public and i have added comments but i am trying to generate javadoc i get this error
[parsing started DirectoryFileObject[/Users/martinlejko/Desktop/keysmash/src/main/java:com/keysmash/gui/HelpScreen.java]]
[parsing completed 0ms]
[loading /Users/martinlejko/Desktop/keysmash/src/main/java/com/keysmash/gui/GameScreen.java]
[parsing started DirectoryFileObject[/Users/martinlejko/Desktop/keysmash/src/main/java:com/keysmash/gui/GameScreen.java]]
[parsing completed 2ms]
error: No public or protected classes found to document.
[done in 391 ms]
1 error
[parsing started DirectoryFileObject[/Users/martinlejko/Desktop/keysmash/src/main/java:com/keysmash/gui/HelpScreen.java]]
[parsing completed 0ms]
[loading /Users/martinlejko/Desktop/keysmash/src/main/java/com/keysmash/gui/GameScreen.java]
[parsing started DirectoryFileObject[/Users/martinlejko/Desktop/keysmash/src/main/java:com/keysmash/gui/GameScreen.java]]
[parsing completed 2ms]
error: No public or protected classes found to document.
[done in 391 ms]
1 error
3 Replies
JavaBot
JavaBot4mo ago
This post has been reserved for your question.
Hey @Spekulant! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Spekulant
SpekulantOP4mo ago
I have tried to do it also with the generate javadoc function in intelij but unsucessfully !close
JavaBot
JavaBot4mo ago
Post Closed
This post has been closed by <@209279206629048321>.

Did you find this page helpful?