I have a project under continuous integration and would like to add end-user documentation to the project. End-user documentation is a user guide, not an API documentation. In our environment, we use windows, C #, msbuild, cruisecontrol.net and subversion. We are currently using DocToHelp to create our help file based on the msword document.
I am looking for some guidance on managing end-user documentation. What documents tools should be used? Should any of the documentation tools be part of the script assembly? Should output files from the documentation tool be stored in a disruptive program? What types of help files are best used?
mcdon source
share