Visual Studio C ++文档生成器 [英] Visual studio c++ documentation generator

查看:316
本文介绍了Visual Studio C ++文档生成器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用visual studio 2010。



谢谢!

解决方案

您可以使用 XML文档格式,也支持VS2010。 http://msdn.microsoft.com/en- us / library / ms177226%28VS.80%29.aspx



评论您的代码后,您可以使用 Sandcastle 创建类似MSDN的文档: http://sandcastle.codeplex.com/ 。 (以下是Sandcastle的GUI表示形式,它更容易使用: https://github.com/EWSoftware / SHFB



我使用 AtomineerUtils 自动创建XML-Documentation头文件。这个工具会帮你很多。您可以在这里获得免费版本: http://www.atomineerutils.com/products.php


Is there a way to get documentation(like javadoc) in a visual-c++ project?

I'm using visual studio 2010.

thanks!

解决方案

You could use the XML-Documentation format, supported by VS2010, too. http://msdn.microsoft.com/en-us/library/ms177226%28VS.80%29.aspx

After commenting your code, you can use Sandcastle to create a MSDN-like documentation: http://sandcastle.codeplex.com/. (Here is a GUI representation for Sandcastle, which is a lot easier to use: https://github.com/EWSoftware/SHFB)

I use AtomineerUtils to create the XML-Documentation headers automatically. This tool will help you a lot. You can have free base version here: http://www.atomineerutils.com/products.php

这篇关于Visual Studio C ++文档生成器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆