1
edit
Changes
→File Header
== File Header ==
At the start of your files put a comment that defines the file and and declares when it was last updated and by whom
<syntaxhighlight lang="cpp">
// One Line *** File Name / Description// filename: test.hcpp//* Designed By: Sandip Patel// Chad Pilkey* Date: 14th October, 2011// Oct 13 2011* Description: To test xxx Module// Version 1.0*/*/
</syntaxhighlight>