Add doxygen grouping for the new file.
This commit is contained in:
parent
71778095c6
commit
abf29fc531
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue