This commit is contained in:
Chocobo1 2018-03-14 23:15:51 +08:00
parent c061d67b14
commit 423511765a
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
16 changed files with 43 additions and 43 deletions

View file

@ -210,7 +210,7 @@ class MyClass
### 8. Header inclusion order. ###
The headers should be placed in the following order:
1. Module header (in .cpp)
2. System/Qt/Boost etc. headers (splitted in subcategories if you have many).
2. System/Qt/Boost etc. headers (split in subcategories if you have many).
3. Application headers, starting from *Base* headers.
The headers should be ordered alphabetically within each group (subgroup).<br/>