project_files/frontlib/model/gamesetup.h
changeset 8262 f01702bfb764
parent 8260 83d85e32c713
child 8330 aaefa587e277
--- a/project_files/frontlib/model/gamesetup.h	Tue Dec 04 09:24:10 2012 +0100
+++ b/project_files/frontlib/model/gamesetup.h	Thu Dec 06 11:14:21 2012 +0100
@@ -31,7 +31,7 @@
 #include "teamlist.h"
 
 typedef struct {
-    char *style;				//! e.g. "Capture the Flag"
+    char *style;				//!< e.g. "Capture the Flag"
     flib_scheme *gamescheme;
     flib_map *map;
 	flib_teamlist *teamlist;