From 9716c059f5b9acba583f7a7043e1c6deae9d727f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 30 Jun 2012 17:44:05 +0200 Subject: [PATCH] updated --doc output --- lib/checkleakautovar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/checkleakautovar.h b/lib/checkleakautovar.h index 3ada99258..c872a74ff 100644 --- a/lib/checkleakautovar.h +++ b/lib/checkleakautovar.h @@ -124,11 +124,11 @@ private: } std::string myName() const { - return "Memory leaks (function variables)"; + return "Leaks (auto variables)"; } 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."; } }; /// @}