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

后端 未结 6 815
长发绾君心
长发绾君心 2021-02-15 10:45

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         


        
6条回答
  •  礼貌的吻别
    2021-02-15 11:44

    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.

提交回复
热议问题