Added another note about comments to CODINGSTYLE
authorIngo Ruhnke <grumbel@gmail.com>
Mon, 11 Aug 2014 21:41:04 +0000 (23:41 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Mon, 11 Aug 2014 22:13:00 +0000 (00:13 +0200)
CODINGSTYLE

index 1dca62e..a7fd5ee 100644 (file)
@@ -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