doc: minor tweaks of --doc output
This commit is contained in:
parent
3393d35789
commit
e90a3c179f
|
@ -64,11 +64,11 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string myName() {
|
static std::string myName() {
|
||||||
return "Side Effects in asserts";
|
return "Assert";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string classInfo() const {
|
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";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/// @}
|
/// @}
|
||||||
|
|
|
@ -93,7 +93,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string myName() {
|
static std::string myName() {
|
||||||
return "Match assignments and conditions";
|
return "AssignIf";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string classInfo() const {
|
std::string classInfo() const {
|
||||||
|
|
Loading…
Reference in New Issue