summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-04 15:06:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-04 15:06:53 +0000
commit071898e3e65d594a0fcfe390d1e4950ae6cc2359 (patch)
treea089b16e7245fa8a75dc230f169e4dbe7cecd0dd
parent16d1a68b331676b06d37b998363ab722666f3dae (diff)
downloadrockbox-071898e3e65d594a0fcfe390d1e4950ae6cc2359.tar.gz
rockbox-071898e3e65d594a0fcfe390d1e4950ae6cc2359.zip
added comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3380 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/CONTRIBUTING4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 1ad6a08a3a..50c57dfebc 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -27,6 +27,10 @@ Names
27Variables and function names should be all lower case. 27Variables and function names should be all lower case.
28Preprocessor symbols should be all uppercase. 28Preprocessor symbols should be all uppercase.
29 29
30Comments
31--------
32We only use plain old /* C standard comments */.
33
30Style 34Style
31----- 35-----
32When changing code, follow the code style of the file you are editing. 36When changing code, follow the code style of the file you are editing.