mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
added notes to PORTING.
This commit is contained in:
4
PORTING
4
PORTING
@@ -263,6 +263,7 @@ following these guidelines.
|
||||
* All files should include the copyright and license notice
|
||||
* Use tabs to indent
|
||||
* Tabs are 4 columns
|
||||
* Lines should not extend past the 80th column
|
||||
* Open braces ({) go on same line as introducing statement
|
||||
`for (i = 0; i < 10; ++i) {' not
|
||||
for (i = 0; i < 10; ++i)
|
||||
@@ -281,6 +282,9 @@ following these guidelines.
|
||||
* Use Qt style comments for extraction by doxygen
|
||||
* Mark incomplete or buggy code with `FIXME'
|
||||
|
||||
- Other
|
||||
* calls to log() should always be all on one line (even past column 80)
|
||||
|
||||
|
||||
Class Relationships
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user