Update doxygen comment style.
This commit is contained in:
parent
0ca7d2977c
commit
2be00ac13d
2 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue