Changes between Version 6 and Version 7 of Hacking
- Timestamp:
- 02/15/11 18:02:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hacking
v6 v7 27 27 === Comments === 28 28 29 29 Comments should always use the standard C syntax. C++ style comments are not currently allowed. 30 30 31 31 The lines before a comment should be empty. If the comment directly belongs to the following code, there should be no empty line after the comment, except if the comment contains a summary of multiple following code blocks. 32 32 33 33