From 02afdddebe88ebaed8a3a90d2485a28251003ea9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 28 Jul 2015 20:17:19 -0600 Subject: [PATCH] Update coding style --- Documentation/NuttXCCodingStandard.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttXCCodingStandard.html b/Documentation/NuttXCCodingStandard.html index 7b17b054b9..aff0e9d732 100644 --- a/Documentation/NuttXCCodingStandard.html +++ b/Documentation/NuttXCCodingStandard.html @@ -12,7 +12,7 @@

NuttX C Coding Standard

-

Last Updated: March 9, 2014

+

Last Updated: July 28, 2015

@@ -382,6 +382,22 @@

1.3 Comments

+

+ General. + Within a comment, the text must be standard English conforming to standard English rules or grammar and spelling (US English spelling). + Of course, this is not the place to summarize all English grammar, but as examples: +

+

Line Spacing A single blank line should precede and follow each comment.