summaryrefslogtreecommitdiffstats
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorTomas Salfischberger <tomas@rockbox.org>2006-02-27 15:01:34 +0000
committerTomas Salfischberger <tomas@rockbox.org>2006-02-27 15:01:34 +0000
commitabf975d5b9ec20514bb29530b0f61177b82e868a (patch)
tree5a21ce4027e6eab927512c481226c5f4734ccc8a /docs/CONTRIBUTING
parent285079138b0baa5cf03221f8abcdaaec8e35f112 (diff)
downloadrockbox-abf975d5b9ec20514bb29530b0f61177b82e868a.tar.gz
rockbox-abf975d5b9ec20514bb29530b0f61177b82e868a.zip
Someone asked this on the mailinglist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8858 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CONTRIBUTING')
-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.
Comments
--------
We only use plain old /* C standard comments */.
+If you want to comment out large blocks containing other comments, use #if 0.
Style
-----