From abf975d5b9ec20514bb29530b0f61177b82e868a Mon Sep 17 00:00:00 2001 From: Tomas Salfischberger Date: Mon, 27 Feb 2006 15:01:34 +0000 Subject: Someone asked this on the mailinglist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8858 a1c6a512-1295-4272-9138-f99709370657 --- docs/CONTRIBUTING | 1 + 1 file changed, 1 insertion(+) 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 ----- -- cgit v1.2.3