I'm finishing up a project I've been working on for a while, and am just putting on the final touches.
One thing I would like to do is add class descriptions at the top of each class file (to help myself and other programmers figure out what's going on). My thought is to just use a bunch of '/''s to rope off a section for me to write some notes, but maybe there is a better way? Is there a built in way to do this in Visual Studio?
/////////////////////////////////////////////////////
// //
// KillZombies.cs //
// //
// Description: This class contains blah blah blah //
// //
/////////////////////////////////////////////////////