简体   繁体   中英

Visual Studio multiple projects C# and C++ documentation

I have a Visual Studio 2013 Solution with multiple projects (C++, C#). So I have different comment styles in the C# files I'm using the XML style.

/// <summary>
/// Comment
/// </summary>

In the C++ files I'm using these comments.

/*Comment*/

Now I tried to create a documentation with doxygen of all projects with the different comment style but it didn't worked.

I also tried to use the XML comments in the C++ files and to parse it but it only recognized the C# files.

How can I create one documentation of the two comment styles?

or

How can I create a documentation of C# and C++ files with the XML comment style?

GhostDoc可能很有用,它是一个非常好的.NET代码文档工具

You can use GhostDoc , Sandcastle , docu , nocco , natural docs , document! x

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM