minor doc & style fixes

This commit is contained in:
Wenzel Jakob
2016-09-06 13:02:29 +09:00
parent 07082eecc3
commit fe34241e50
14 changed files with 220 additions and 176 deletions

View File

@@ -25,7 +25,7 @@ public:
EFirstMode = 1,
ESecondMode
};
static EMode test_function(EMode mode) {
return mode;
}