Tag Archives: sandcastle
How to create documentation using code comments.
Use the regular XmlDoc tags to document your code, it’s usually enough to type /// in Visual studio to get the default tags. Then use SandCastle to generate documentation. It can create regular help files, but also web based help. … Continue reading
My name is More, Docu More!
Are you one of those people that thinks that code is self explainable? Still thinking that when you go back and try to fix code that you did a year ago? Yes? Good for you. Documentation is a tool that … Continue reading
Posted in Uncategorized
Tagged coding contracts, documentation, exceptions, ghostdoc, sandcastle
Leave a comment