From commits-return-9895-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Wed May 20 00:36:06 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3898B180638 for ; Wed, 20 May 2020 02:36:06 +0200 (CEST) Received: (qmail 99463 invoked by uid 500); 20 May 2020 00:36:05 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 99454 invoked by uid 99); 20 May 2020 00:36:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2020 00:36:05 +0000 From: =?utf-8?q?GitBox?= To: commits@nuttx.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-nuttx=5D_patacongo_opened_a_new_pull_req?= =?utf-8?q?uest_=231083=3A_Documentation/NuttXCCodingStandard=2Ehtml=3A__Fix?= =?utf-8?q?_description_of_comment_on_the_right?= Message-ID: Date: Wed, 20 May 2020 00:36:05 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit patacongo opened a new pull request #1083: URL: https://github.com/apache/incubator-nuttx/pull/1083 ## Summary Documentation/NuttXCCodingStandard.html: - Fix a typo: "be aligned so that the comment begins in the same comment on each line." Of course that should have been column. - Update a coding standard requirement. With regard to Comments to the Right of Statements, the document said: "If such comments are used, they should ... fit on one line." This is not true any more. In common practice (include the checks in nxstyle), comments to the right of statements may be continued to the following line. The standard way of continuing such comments was also documented. Documents/style.css: It appears that a varible with font was being used for \ and \, that was really screwing up the presentation, especially in the coding standared where there are many examples illustrating correct vertical alignment. The font type "Bitstream Vera Sans Mono" was replaced with "courier" for \ and \ ## Impact None ## Testing N/A ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org