mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 20:43:26 +00:00
Fix a Doxygen style issue.
The comment was accidentally seen as Doxygen comment, but that was no the intention. The issue was found by Clang 3.4.
This commit is contained in:
parent
17dbf17eec
commit
ae4e97bc72
@ -2283,7 +2283,7 @@ std::map<std::string,std::string> unit::advancement_icons() const
|
||||
std::vector<std::pair<std::string,std::string> > unit::amla_icons() const
|
||||
{
|
||||
std::vector<std::pair<std::string,std::string> > temp;
|
||||
std::pair<std::string,std::string> icon; //<image,tooltip>
|
||||
std::pair<std::string,std::string> icon; // <image,tooltip>
|
||||
|
||||
BOOST_FOREACH(const config &adv, get_modification_advances())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user