本文介绍了JAutodoc像C ++的插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用Eclipse进行C ++开发,我正在寻找一个类似JAutodoc的插件,它将为我的C ++类自动提供Javadoc文档。
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.
任何人都知道如何获取JAutodoc为我做或者可以推荐一些其他工具?
Anyone know how to get JAutodoc to do that for me or can recommend some other tool?
推荐答案
我搜索相同,一个解决方案,我喜欢,但看看这两个项目,我认为与一些调整可以成为一个JAutodoc喜欢的Objective-C
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
这篇关于JAutodoc像C ++的插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!