projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2cc95b
)
Added another note about comments to CODINGSTYLE
author
Ingo Ruhnke
<grumbel@gmail.com>
Mon, 11 Aug 2014 21:41:04 +0000
(23:41 +0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Mon, 11 Aug 2014 22:13:00 +0000
(
00:13
+0200)
CODINGSTYLE
patch
|
blob
|
history
diff --git
a/CODINGSTYLE
b/CODINGSTYLE
index
1dca62e
..
a7fd5ee
100644
(file)
--- a/
CODINGSTYLE
+++ b/
CODINGSTYLE
@@
-50,6
+50,8
@@
SuperTux Coding Standards
do not use /**< and other styles of comments
+* write regular comments with //, not with /* */
+
* more info on good practices can be found at:
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml