From 071898e3e65d594a0fcfe390d1e4950ae6cc2359 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Mar 2003 15:06:53 +0000 Subject: added comments git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3380 a1c6a512-1295-4272-9138-f99709370657 --- docs/CONTRIBUTING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/CONTRIBUTING') diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index 1ad6a08a3a..50c57dfebc 100644 --- a/docs/CONTRIBUTING +++ b/docs/CONTRIBUTING @@ -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. -- cgit v1.2.3