diff -r 83d85e32c713 -r f01702bfb764 project_files/frontlib/net/netconn_internal.h --- a/project_files/frontlib/net/netconn_internal.h Tue Dec 04 09:24:10 2012 +0100 +++ b/project_files/frontlib/net/netconn_internal.h Thu Dec 06 11:14:21 2012 +0100 @@ -40,9 +40,9 @@ char *playerName; char *dataDirPath; - int netconnState; //! One of the NETCONN_STATE constants + int netconnState; //!< One of the NETCONN_STATE constants - bool isChief; //! Player can modify the current room + bool isChief; //!< Player can modify the current room flib_map *map; flib_teamlist pendingTeamlist; flib_teamlist teamlist;