From abf29fc531c1005f0750faa305c99cb6f2e78c74 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Mon, 22 Aug 2011 20:46:53 +0300 Subject: [PATCH] Add doxygen grouping for the new file. --- lib/suppressions.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/suppressions.h b/lib/suppressions.h index e49bb3a65..09fb66be5 100644 --- a/lib/suppressions.h +++ b/lib/suppressions.h @@ -24,6 +24,8 @@ #include #include +/// @addtogroup Core +/// @{ /** @brief class for handling suppressions */ class Suppressions @@ -141,5 +143,6 @@ public: std::list getUnmatchedGlobalSuppressions() const; }; +/// @} #endif // SUPPRESSIONS_H