How to make documentation with NetBeans and Javadoc

前端 未结 3 1016
孤城傲影
孤城傲影 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:42

    This is another way that you can generate your Javadoc through Netbeans.

    1.- Click on 'Run' menu

    2.- Then go down to 'Generate Javadoc (...)'

    enter image description here

提交回复
热议问题