A
A
asdz2016-05-26 20:00:17
Programming
asdz, 2016-05-26 20:00:17

What are the tools for organizing online documentation and viewing source code (C#)?

I would like to have a local documentation server and at the same time view the source code like referencesource.microsoft.com/. So that you can download the source code and, according to the comments, documentation was generated, where you need to add your documentation to methods and classes. All this could be viewed online through a browser and, if necessary, uploaded as a document or structure file.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Edward Tibet, 2016-05-26
@asdz

Doxygen?
The first option: by link: SCM - upload to disk - generation - web-server. True, there will be no online documentation here - only documentation in the code.
The second option: SCM - upload to docbook - comments in XML Editor applet (directly on the server) - generation - web-server. But again, with online in its pure form (as in the wiki) it will not be - only through the execution of the applet on the client machine.
Oh, and one more thing... I forgot to add. That resource which you resulted, uses a statics. It does not have the ability to update online.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question