diff options
author | Tomas Salfischberger <tomas@rockbox.org> | 2006-02-27 15:01:34 +0000 |
---|---|---|
committer | Tomas Salfischberger <tomas@rockbox.org> | 2006-02-27 15:01:34 +0000 |
commit | abf975d5b9ec20514bb29530b0f61177b82e868a (patch) | |
tree | 5a21ce4027e6eab927512c481226c5f4734ccc8a | |
parent | 285079138b0baa5cf03221f8abcdaaec8e35f112 (diff) | |
download | rockbox-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
-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 ----- |