summaryrefslogtreecommitdiff
path: root/docs/sections/coding_guidelines.md
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2022-05-24 17:46:55 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2022-05-25 15:48:44 +0000
commit6b857b8a245ceeedd70bc768784cf617db132d0d (patch)
tree4605afedc9aa3db5dcd506103c4030d010ae7ca5 /docs/sections/coding_guidelines.md
parent7487145426c692e7e3370fd288f5355ffd76ada2 (diff)
downloadml-embedded-evaluation-kit-6b857b8a245ceeedd70bc768784cf617db132d0d.tar.gz
MLECO-3185: Documentation updates
Documentation updated to reflect refactoring changes in the last few weeks. Change-Id: Ic7abf5cc3af9898123049e890c189ed74e505309
Diffstat (limited to 'docs/sections/coding_guidelines.md')
-rw-r--r--docs/sections/coding_guidelines.md2
1 files changed, 1 insertions, 1 deletions
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.