diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index ffa725a805..79f6828b6d 100644 --- a/Documentation/NuttXCCodingStandard.html +++ b/Documentation/NuttXCCodingStandard.html @@ -78,7 +78,7 @@
-

1.0 General Organization

+

1.0 General Conventions

@@ -2033,10 +2033,14 @@ ptr = (FAR struct somestruct_s *)value; As a rule of thumb, the length of a function should be limited so that it would fit on a single page (if you were to print the source code).
  • - Space after the function boady + Space after the function body A one (and only one) blank line must follow the closing right brace of the function body.
  • +

    + Other Applicable Coding Standards. + See sections related to General Conventions, Parameters and Local Variables, and Statements. +