Add doxygen grouping for the new file.

This commit is contained in:
Kimmo Varis 2011-08-22 20:46:53 +03:00
parent 71778095c6
commit abf29fc531
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <istream>
#include <map>
/// @addtogroup Core
/// @{
/** @brief class for handling suppressions */
class Suppressions
@ -141,5 +143,6 @@ public:
std::list<SuppressionEntry> getUnmatchedGlobalSuppressions() const;
};
/// @}
#endif // SUPPRESSIONS_H