summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CONTRIBUTING1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index ba26d33b83..ecc1c10054 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -30,6 +30,7 @@ Preprocessor symbols should be all uppercase.
30Comments 30Comments
31-------- 31--------
32We only use plain old /* C standard comments */. 32We only use plain old /* C standard comments */.
33If you want to comment out large blocks containing other comments, use #if 0.
33 34
34Style 35Style
35----- 36-----