posted 15 years ago
My instruction read:
"A subdirectory called javadoc, containing HTML/Javadoc documentation for all classes and interfaces you are submitting"
By default, javadoc only generate documentations for public classes and interfaces.
I have some classes with package visibility and I write javadoc comments for them as well, however I use default options of javadoc which does not generate documentations for them (classes with package visibility). Will I automatically fail if I do not provide documentations of the classes with package visibility.
Please help.
Thanks,
Tang Lee