문제

I am working on a team for a class, and we have written a very large amount of code. Luckily for us, we were diligent in adding javadoc annotations to everything, so we should be able to create the documentation very easily. For the class however, we are required to have all of our documentation on a wikispace page.

Some of the pages will be javadoc, some of them will be plain text. Is there an easy way to convert javadocs to wiki pages, or embed javadocs into wiki pages? Thanks!

도움이 되었습니까?

해결책

I haven't tried this myself, but maybe doxygen(http://www.doxygen.nl/) in conjunction with this tool (https://code.google.com/p/doxy2wiki/) may be able to solve your problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top