From dc2aba280561462e6f3d589611e22839147cead9 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 11 Aug 2014 23:41:04 +0200 Subject: [PATCH] Added another note about comments to CODINGSTYLE --- CODINGSTYLE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODINGSTYLE b/CODINGSTYLE index 1dca62e82..a7fd5eeee 100644 --- 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 -- 2.11.0