How to make documentation with NetBeans and Javadoc

前端 未结 3 1015
孤城傲影
孤城傲影 2020-12-28 13:11

I was searching a while, but nothing found. How can i make documentation in NetBeans 7.0.1?

My file looks like:

/** Class Description of MyClass */
p         


        
3条回答
  •  既然无缘
    2020-12-28 13:24

    Update: for those using NetBeans 8.0, besides the options already stated, you can create Javadoc for a file or package.

    • Right click over file/package
    • Tools > Analyze Javadoc
    • "Analyzer" window should appear, noting which Javadoc is missing, with the corresponding "Create missing Javadoc for [method]"
    • Check the ones you want, click on "Fix Selected".

    Done :)

提交回复
热议问题