diff options
-rw-r--r-- | docs/CONTRIBUTING | 1 |
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. Comments -------- We only use plain old /* C standard comments */. +If you want to comment out large blocks containing other comments, use #if 0. Style ----- |