You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/15 12:09:56 UTC

[GitHub] [incubator-nuttx] johannes-nivus edited a comment on issue #569: Add possibility to add identifier whitelist to "block comments" of file…

johannes-nivus edited a comment on issue #569: Add possibility to add identifier whitelist to "block comments" of file…
URL: https://github.com/apache/incubator-nuttx/pull/569#issuecomment-599198501
 
 
   I added the ignore feature.
   It can be activated by using
   
   ```
   <nxs ignore="1" />
   ```
   in either a block or single line comment.
   It can be switched off by
   ```
   <nxs ignore="0" />
   ```
   In general it works like the skip ranges from command line, but inside the file.

----------------------------------------------------------------
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


With regards,
Apache Git Services