How could I generate the javadoc for private methods and variables? Also for nested classes? I know there is an option in most IDE's does Greenfoot have it?
How could I generate the javadoc for private methods and variables? Also for nested classes? I know there is an option in most IDE's does Greenfoot have it?
In class editor, near top right of frame, you can change view from "Source Code" to "Documentation". Be warned that altering the source does not update the generated documentation automatically.
How could I generate the javadoc for private methods and variables? Also for nested classes? I know there is an option in most IDE's does Greenfoot have it?
In class editor, near top right of frame, you can change view from "Source Code" to "Documentation". Be warned that altering the source does not update the generated documentation automatically.
My problem is that only public fields show up in the documentation, I'm trying to document private fields also.