Changeset 79974 in vbox
- Timestamp:
- Jul 25, 2019 9:01:39 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-CodingGuidelines.cpp
r78746 r79974 81 81 * 82 82 * <li> Typedefs are all uppercase and contain no underscores to distinguish 83 * them from defines. 83 * them from defines. Alternatively, all uppercase, separate words with 84 * underscores and ending with '_T'. The latter is not allowed in IPRT. 84 85 * 85 86 * <li> Pointer typedefs start with 'P'. If pointer to const then 'PC'.
Note:
See TracChangeset
for help on using the changeset viewer.