问题
I am using Eclipse for C++ development and I am looking for a plugin like JAutodoc that will automatically provide Javadoc documentation for my C++ classes.
Anyone know how to get JAutodoc to do that for me or can recommend some other tool?
回答1:
I am searching for the same, I haven't found a solution that I like yet, but take a look at this two project, I think with some tweaking can become an JAutodoc like for Objective-C
- https://github.com/brutella/comment-generator
- https://github.com/Bilalh/autoDoc
回答2:
Doxygen might be what you are looking for. It is a javadoc-like system for C++. There is an eclipse plugin for it called Eclox.
来源:https://stackoverflow.com/questions/4629671/jautodoc-like-plugin-for-c