how to add javaDoc to my Java code in a NetBeans based project?

后端 未结 5 1430
夕颜
夕颜 2021-02-15 10:52

How can I add JavaDoc or other document to netbeans ?
I try with this way :

Tools >> Java Platform >> JavaDoc Tab >> JavaDoc.zip (in my de         


        
5条回答
  •  误落风尘
    2021-02-15 11:32

    try this in NetBeans IDE

    1. Choose Tools > Java Platform Manager from the main window.
    2. Select the platform to which you want to add Javadoc in the left panel of the dialog box.
    3. In the Javadoc tab, click Add ZIP/Folder and specify the location of the Javadoc files.
    4. Click Close.

    Hope this helps.

提交回复
热议问题