mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Updated Keyman Code Style Guide (markdown)
parent
4561fea09e
commit
8f16d8fed2
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue