Three slashes begin with a document:
/// <summary> /// My method does stuff. /// </summary> public void MyMethod() { ... }
You can then change the project properties to output XML files containing documentation for other developers, or use an application like SandCastle to create full-fledged documentation web pages.
Haney source share