Changes between Version 12 and Version 13 of EFLWebKitCodingStyle


Ignore:
Timestamp:
Aug 13, 2012 7:49:57 PM (12 years ago)
Author:
gyuyoung.kim@samsung.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKitCodingStyle

    v12 v13  
    99 * Use c++ '''new/delete''' operators
    1010 * Use '''const''' keyword instead of '''#define''' when you define constant variable.
    11  * Use NULL in public C headers instead of 0
     11 * Use '''NULL''' in public C headers instead of 0
    1212 * Use a double negation '''(!!)''' when you modify or compare with a Eina Bool member variable which stores a value in a bit field.
    1313