How can I create and link javadoc.jar when compiling a java library?
1 次查看(过去 30 天)
显示 更早的评论
When I compile some matlab functions to a java class with Matlab Library Compiler, I would like to create sources and javadoc jar files for this class as well. So when I use the library in my java code i would have the documentation and source. How can this be done? I get javadoc and source files in my package but they're not in jar form and neither are they linked to the compiled jar.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!