Someone asked this on the mailinglist.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8858 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomas Salfischberger 2006-02-27 15:01:34 +00:00
parent 285079138b
commit abf975d5b9

View file

@ -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
-----