From 8f16d8fed2a496c8d7dd47ea085c1ad043e6be6a Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 9 Jul 2021 06:36:03 +1000 Subject: [PATCH] Updated Keyman Code Style Guide (markdown) --- Keyman-Code-Style-Guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Keyman-Code-Style-Guide.md b/Keyman-Code-Style-Guide.md index 405ce56..586767c 100644 --- a/Keyman-Code-Style-Guide.md +++ b/Keyman-Code-Style-Guide.md @@ -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