B
B
bullock2018-03-01 09:17:41
C++ / C#
bullock, 2018-03-01 09:17:41

Generating documentation in Visual Studio from comments?

I know that Visual Studio has built-in support for generating documentation in XML from comments in blocks

/// <summary>
/// ...
/// </summary>
/// etc..
, and it works.
But my question is related to this: how to make sane documentation from this XML, for example, on html with links and blackjack? Who uses what? Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maaGames, 2018-03-01
@bullock

doxygen + graphviz for pretty diagrams. Works directly with code and does not require prior XML generation. Google it, it's a very good program.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question