Changeset 41 in pacpusframework
- Timestamp:
- Jan 8, 2013, 9:40:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CODING_STYLE.txt
r39 r41 21 21 * use Java-style Doxygen comments, i.e. @returns over \returns 22 22 * use preprocessor directives for long-range comments (#if 0 .... #endif) 23 * indent with 4 spaces 23 * indent with 4 spaces, do not use tabs 24 24 * do not indent namespaces 25 25 * use camelCaseNotation / CamelCaseNotation 26 * end namespace with aits name in a comment26 * end namespace with its name in a comment 27 27 * start with a lowercase letter for local variables, namespaces, function names, method names, ... 28 28 * start with an Uppercase for classes, structs, ...
Note:
See TracChangeset
for help on using the changeset viewer.