Changes between Version 6 and Version 7 of Hacking


Ignore:
Timestamp:
02/15/11 18:02:11 (13 years ago)
Author:
angel_il
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hacking

    v6 v7  
    2727=== Comments === 
    2828 
    29  Comments should always use the standard C syntax. C++ style comments are not currently allowed. 
     29Comments should always use the standard C syntax. C++ style comments are not currently allowed. 
    3030 
    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. 
     31The 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. 
    3232 
    3333