Changeset 73806 in vbox for trunk/doc/VBox-CodingGuidelines.cpp
- Timestamp:
- Aug 21, 2018 5:30:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-CodingGuidelines.cpp
r72792 r73806 266 266 * 267 267 * @subsection sec_vbox_guideline_compulsory_cppmain C++ guidelines for Main 268 * 269 * Since the Main API code is a large amount of C++ code, it is allowed but 270 * not required to use C++ style comments (as permanent comments, beyond the 271 * temporary use allowed by the general coding guideline). This is a weak 272 * preference, i.e. large scale comment style changes are not encouraged. 268 273 * 269 274 * Main is currently (2009) full of hard-to-maintain code that uses complicated
Note:
See TracChangeset
for help on using the changeset viewer.