A
A
Alexey Smirnov2016-06-20 18:19:56
Programming
Alexey Smirnov, 2016-06-20 18:19:56

How to automatically create documentation for the program code?

Hello.
I wrote some C# code, with methods and classes (as usual). Also, I wrote comments for this program code, including using the xml markup provided by the Visual Studio development environment. For example:

/// <summary>
    /// Класс записи данных из двухмерного массива в Excel документ.
    /// </summary>

I need to create documentation for my program code. Preferably, but not required, with the ability to insert documentation into Word.
Question: Is it possible to somehow automate the process of creating documentation (at least partially)?
PS Maybe there are some separate programs for this, or even better extensions for Visual Studio.
.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
avethov, 2016-06-20
@ERAFY

doxygen

E
Edward Tibet, 2016-06-20
@eduardtibet

I will add to the previous comment
"... and no Word" :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question