Skip to content

A simple tool to generate HTML from a standard XML file generated from comments.

License

Notifications You must be signed in to change notification settings

Baltasarq/QDocNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QDocNet

This is a simple tool to generate HTML documentation from standard XML documentation generated from comments.

Build

This project is prepared to be build with MSBuild, so it is compatible with Visual Studio and MonoDevelop. It was developed in Mono.

Setting up your project

Go to the debug sheet of your project's compilation section. Then choose "generate documentation in xml" or similar. That's the input of this program. The output will be a set of HTML files with the info contained in the comments of your code.

License

This project is released under the MIT License.