Updated Keyman Code Style Guide (markdown)

rc-swag 2022-02-25 10:00:29 +10:00
parent b7db96c6b3
commit 1c780bce14

@ -297,7 +297,7 @@ Dont use exceptions.
### Preprocessor Macros
It is not a hard no, but prefer inline functions, enums, and const variables
It is not a hard no, but prefer inline functions, enums, and const variables.
Macros are used for including libraries for example KMN_API in keyboardprocessor_bits.h
### Template Metaprograming