Changes between Version 13 and Version 14 of CodingConventionsProposal


Ignore:
Timestamp:
12/26/09 21:56:59 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingConventionsProposal

    v13 v14  
    128128 
    129129}}} 
     130 
     131We do it this way because C-style comments like /**/ make sense for multi-line comments and // are good for one line comments or end of line, post-code comments (C++ style comments).