Add doxygen grouping for the new file.
This commit is contained in:
parent
71778095c6
commit
abf29fc531
|
@ -24,6 +24,8 @@
|
||||||
#include <istream>
|
#include <istream>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
/// @addtogroup Core
|
||||||
|
/// @{
|
||||||
|
|
||||||
/** @brief class for handling suppressions */
|
/** @brief class for handling suppressions */
|
||||||
class Suppressions
|
class Suppressions
|
||||||
|
@ -141,5 +143,6 @@ public:
|
||||||
std::list<SuppressionEntry> getUnmatchedGlobalSuppressions() const;
|
std::list<SuppressionEntry> getUnmatchedGlobalSuppressions() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
#endif // SUPPRESSIONS_H
|
#endif // SUPPRESSIONS_H
|
||||||
|
|
Loading…
Reference in New Issue