JAutodoc like plugin for C++

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-14 00:27:09

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!