Changes between Version 13 and Version 14 of CodingConventionsProposal
- Timestamp:
- 12/26/09 21:56:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingConventionsProposal
v13 v14 128 128 129 129 }}} 130 131 We 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).