Anyone know of a good asp.net website documentation tool? There are a ton of them out there for classes, assembly's, dependencies, etc... but seemingly nothing decent for interface and control documentation
A:
If you follow the xml documentation method when documenting your code, you can pull all of the documentation out into one document. See MSDN Article for instructions
It does not matter whether or not you are using asp.net.
jle
2009-01-15 20:54:26
Hey, why downvote this answer? +1
Nick
2009-01-15 22:03:39
A:
Try Sandcastle. It generates MSDN / NDoc style documentation (in HTML / CHM format) from XML documentation comments in your code, so it can be as detailed as you want to make it.
Nick
2009-01-15 21:19:44