How should one distribute the Javadoc for a Library?

后端 未结 3 1227
一向
一向 2021-02-05 07:32

I am writing a custom library. It\'s build into a .jar archive. I am fully able to generate the javadoc, but I don\'t know how I should distribute it?

  1. Put it in th
3条回答
  •  迷失自我
    2021-02-05 07:43

    Another way: For me this was the best choise: (addingto build.xml. I've tested it on NetBeans IDE 7.0 and 7.2.1) (found it on Automatically generating source and doc jars in Netbeans )

    
    
    
    
    

    This will create four jars, one to application program, one to sources, one to tests and one to javadoc.

提交回复
热议问题