Update doxygen comment style.

This commit is contained in:
Mark de Wever 2008-05-25 10:17:47 +00:00
parent 0ca7d2977c
commit 2be00ac13d
2 changed files with 5 additions and 3 deletions

View file

@ -12,8 +12,10 @@
See the COPYING file for more details.
*/
//! @file team.cpp
//! Team-management, allies, setup at start of scenario.
/**
* @file team.cpp
* Team-management, allies, setup at start of scenario.
*/
#include "global.hpp"

View file

@ -253,7 +253,7 @@ public:
void set_shroud(bool shroud) { shroud_.set_enabled(shroud); }
void set_fog(bool fog) { fog_.set_enabled(fog); }
//! Merge a WML shroud map with the shroud data of this player.
/** Merge a WML shroud map with the shroud data of this player. */
void merge_shroud_map_data(const std::string& shroud_data);
bool knows_about_team(size_t index) const;