doc: minor tweaks of --doc output

This commit is contained in:
Daniel Marjamäki 2013-06-03 06:36:37 +02:00
parent 3393d35789
commit e90a3c179f
2 changed files with 3 additions and 3 deletions

View File

@ -64,11 +64,11 @@ private:
}
static std::string myName() {
return "Side Effects in asserts";
return "Assert";
}
std::string classInfo() const {
return "Warn if side effects in assert statements \n";
return "Warn if there are side effects in assert statements (since this cause different behaviour in debug/release builds).\n";
}
};
/// @}

View File

@ -93,7 +93,7 @@ private:
}
static std::string myName() {
return "Match assignments and conditions";
return "AssignIf";
}
std::string classInfo() const {