/**
* @param string
* @throws ApplicationException
*/
IDEA highlight the 'string' and tells "No documentation found". Why is that so?
From the main menu, select Tools | Generate JavaDoc. In the dialog that opens, select a scope — a set of files or directories for which you want to generate the reference, and set the output directory where the generated documentation will be placed.
To generate JavaDoc in Eclipse: –Select “Generate JavaDoc” option from Project menu and a wizard will appear. Specify the location for the JavaDoc file on your computer, by default it will be in the C drive. Select the project and then the packages for which you want to create the JavaDoc file.
Javadoc (originally cased JavaDoc) is a documentation generator created by Sun Microsystems for the Java language (now owned by Oracle Corporation) for generating API documentation in HTML format from Java source code.
Write some documentation for the string
param or adjust the Declaration has Javadoc problems inspection settings so that such problems are not reported:
My development tools is Android Studio
, I meet the problem like you.
You just do it like so.
From File
=> Settings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With