Changeset 41 in pacpusframework for trunk


Ignore:
Timestamp:
01/08/13 21:40:52 (11 years ago)
Author:
sgosseli
Message:

Coding style updated, the code base must be adapted to follow the new coding style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CODING_STYLE.txt

    r39 r41  
    2121* use Java-style Doxygen comments, i.e. @returns over \returns
    2222* use preprocessor directives for long-range comments (#if 0 .... #endif)
    23 * indent with 4 spaces
     23* indent with 4 spaces, do not use tabs
    2424* do not indent namespaces
    2525* use camelCaseNotation / CamelCaseNotation
    26 * end namespace with a its name in a comment
     26* end namespace with its name in a comment
    2727* start with a lowercase letter for local variables, namespaces, function names, method names, ...
    2828* start with an Uppercase for classes, structs, ...
Note: See TracChangeset for help on using the changeset viewer.