Changes between Version 9 and Version 10 of EFLWebKitCodingStyle


Ignore:
Timestamp:
Aug 13, 2012, 6:48:43 PM (12 years ago)
Author:
eunmi15.lee@samsung.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKitCodingStyle

    v9 v10  
    1010 * Use '''const''' keyword instead of '''#define''' when you define constant variable.
    1111 * Use NULL in public C headers instead of 0
    12  * Use '''double not operator(!!)''' when you modify a Eina Bool member variable which stores a value in a bit field.
     12 * Use '''double not operator(!!)''' when you modify or compare with a Eina Bool member variable which stores a value in a bit field.
    1313
    1414= Example =
     
    171171}}}
    172172
    173 == Use double not operator(!!) when you modify a Eina Bool member variable which stores a value in a bit field. ==
     173== Use double not operator(!!) when you modify or compare with a Eina Bool member variable which stores a value in a bit field. ==
    174174=== Right ===
    175175{{{