This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).
History
This CodePlex project was started by Florent SANTIN, and his implementation used regular expressions for parsing. In December 2006, Christoph Wille developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.
Documentation, Tutorials, Blog Posts
Technical background information on CCCP:
|