Added HACKING.md file. Fixes to CODING-STYLE.md.

This commit is contained in:
Jim Evins
2017-02-11 11:32:17 -05:00
parent 55285405c2
commit 59c9f8754d
2 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ Header files should be included in the following order.
1. header file for this module (e.g. this would be "Foo.h" in "Foo.cpp").
2. C system header files (preference is for the C++ version if available,
e.g. <cmath> instead of <math.h>.
e.g. \<cmath> instead of \<math.h>.
3. C++ system header files (e.g. STL files)
4. Qt header files
5. Other libraries' header files