updated --doc output

This commit is contained in:
Daniel Marjamäki 2012-06-30 17:44:05 +02:00
parent 7312885c87
commit 9716c059f5
1 changed files with 2 additions and 2 deletions

View File

@ -124,11 +124,11 @@ private:
} }
std::string myName() const { std::string myName() const {
return "Memory leaks (function variables)"; return "Leaks (auto variables)";
} }
std::string classInfo() const { std::string classInfo() const {
return "Detect when a function variable is allocated but not deallocated."; return "Detect when a auto variable is allocated but not deallocated.";
} }
}; };
/// @} /// @}