minor formatting updates of --doc output
This commit is contained in:
parent
9bb1a1b7a5
commit
5f4c882b08
|
@ -74,7 +74,7 @@ private:
|
|||
}
|
||||
|
||||
std::string myName() const {
|
||||
return "match assignments and conditions";
|
||||
return "Match assignments and conditions";
|
||||
}
|
||||
|
||||
std::string classInfo() const {
|
||||
|
|
|
@ -342,7 +342,7 @@ public:
|
|||
return "Other checks\n"
|
||||
|
||||
// error
|
||||
"* Assigning bool value to pointer (converting bool value to address)"
|
||||
"* Assigning bool value to pointer (converting bool value to address)\n"
|
||||
"* [[OverlappingData|bad usage of the function 'sprintf' (overlapping data)]]\n"
|
||||
"* division with zero\n"
|
||||
"* using fflush() on an input stream\n"
|
||||
|
|
Loading…
Reference in New Issue