Your Coding Style should contain Comments
/* comment */
/*********************************************************************
* Program Name: description *
* Author: Name Surname *
* Purpose: Reason for program *
* Usage: What to Expect *
*********************************************************************/
Commenting:
Commenting in HTML
Commenting in Bourne Shell(unix, Shell, perl, Python, Ruby)
# comment
Commenting in Java, C, C#, C++, PHP
/* comment */ or // comment
Commenting in VB
'comment