From 7bc191114014f592cce8f00635d8b95d7f5789a3 Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Tue, 29 Dec 2020 06:04:01 +0000 Subject: [PATCH] Update documentation/source/readme/C Coding Style Guide.rst --- documentation/source/readme/C Coding Style Guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/source/readme/C Coding Style Guide.rst b/documentation/source/readme/C Coding Style Guide.rst index 11e540f..acd285b 100644 --- a/documentation/source/readme/C Coding Style Guide.rst +++ b/documentation/source/readme/C Coding Style Guide.rst @@ -89,6 +89,7 @@ Rule 1.1 Name identifiers in camel case style. +-----------------------------------+-----------------------------------+ .. note:: + * The ``constant`` in the above table refers to the variable of the basic data type, enumeration, and string type of the const modifier under the global scope, excluding array, struct and union. * The ``variable`` in the above table refers to variables other than the constant definition, all using lowercase. -- GitLab