Updated Keyman Code Style Guide (markdown)

Marc Durdin 2021-07-09 06:36:03 +10:00
parent 4561fea09e
commit 8f16d8fed2

@ -161,7 +161,9 @@ rather than `\` for improved readability).
should be marked:
```c++
@param[in,out] modifiers The modifier bitmap
/**
* @param[in,out] modifiers The modifier bitmap
*/
```
* [`@return`](http://doxygen.org/manual/commands.html#cmdreturn) Describes