commit | abf975d5b9ec20514bb29530b0f61177b82e868a | [log] [tgz] |
---|---|---|
author | Tomas Salfischberger <tomas@rockbox.org> | Mon Feb 27 15:01:34 2006 +0000 |
committer | Tomas Salfischberger <tomas@rockbox.org> | Mon Feb 27 15:01:34 2006 +0000 |
tree | 5a21ce4027e6eab927512c481226c5f4734ccc8a | |
parent | 285079138b0baa5cf03221f8abcdaaec8e35f112 [diff] [blame] |
Someone asked this on the mailinglist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8858 a1c6a512-1295-4272-9138-f99709370657
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index ba26d33..ecc1c10 100644 --- a/docs/CONTRIBUTING +++ b/docs/CONTRIBUTING
@@ -30,6 +30,7 @@ Comments -------- We only use plain old /* C standard comments */. +If you want to comment out large blocks containing other comments, use #if 0. Style -----