Search code examples
standardscoding-stylecomments

PHP/C/C++ - How does your initial comment block look in your programs?


I am on a large project, and have not really made any comment 'headers' in my program yet. I just started using SVN for the project the other day. I want to add the SVN tag $id$, but have not decided on any standard commenting.

So, my question to everyone here, is how does your initial comment block look in all your programs?

i.e:

/***************************************
* myProgram.c 
* revision: $id$
***************************************/

Solution

  • I don't use one. I don't need one.