added comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3380 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
16d1a68b33
commit
071898e3e6
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ Names
|
|||
Variables and function names should be all lower case.
|
||||
Preprocessor symbols should be all uppercase.
|
||||
|
||||
Comments
|
||||
--------
|
||||
We only use plain old /* C standard comments */.
|
||||
|
||||
Style
|
||||
-----
|
||||
When changing code, follow the code style of the file you are editing.
|
||||
|
|
Loading…
Reference in a new issue