From 6b857b8a245ceeedd70bc768784cf617db132d0d Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Tue, 24 May 2022 17:46:55 +0100 Subject: MLECO-3185: Documentation updates Documentation updated to reflect refactoring changes in the last few weeks. Change-Id: Ic7abf5cc3af9898123049e890c189ed74e505309 --- docs/sections/coding_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sections/coding_guidelines.md') diff --git a/docs/sections/coding_guidelines.md b/docs/sections/coding_guidelines.md index 57c45e0..0306430 100644 --- a/docs/sections/coding_guidelines.md +++ b/docs/sections/coding_guidelines.md @@ -210,7 +210,7 @@ Software components written in C/C++ may use the language features allowed and i namespace nspace { void FunctionInNamespace(); - }; + } ``` - Source code must use Hungarian notation to annotate the name of a variable with information about its meaning. -- cgit v1.2.1