We are a Microsoft store focused on using C #. We have several projects, including websites, Windows services, and class libraries that include XML comments.
I am looking to create HTML documentation in MSDN format for each project and deploy it in a centralized location that all developers can easily get. I also want to automate these steps so that they can be run at regular intervals so that I and other developers do not need to remember how to create and deploy new documentation whenever changes occur. I looked at Sandcastle and Doxygen, and both of them look like good options for creating the documentation I want, but I need advice so that it can automate its creation, for example, in night work or something like that.
Anyone out there doing something like that? I am not for sale, but the end result is HTML; especially if there is a better idea.
EDIT:
I appreciate all the good ideas. Now there are several routes that I can explore, but I will not know what will work best until I evaporate my hands. Sandcastle's hint file maker seems to be offering me the best options for what I want to do, so I will give a nod to this suggestion. However, if I had more time to work with the XSLT and CSS solution to get the XML data in order, I would prefer this suggestion first.
Thanks again everyone!
source share