My team and I are in the final phase of our software development project.
We are using Visual Studio to compile our project and coding in C#.
We need to build user manuals. Is there any way to generate user manuals from the comments of the application and code?
My team and I are in the final phase of our software development project.
Share
Assuming you have commented your code appropriately there are a number of third-party tools that you can use to generate documentation.
The following list is not exhaustive:
I just hope your end-users are developers and you are writing some sort of API. These sort of documentation generation tool are usually only suited for internal use or external developers for which you created an API that they can use.