Skip to content

Commit 2d43812

Browse files
committed
Add SARIFAnalysisReport documentation as comment.
1 parent 4480352 commit 2d43812

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cli/sarifanalysisreport.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
#include <map>
2626
#include <vector>
2727

28+
/**
29+
* @brief The SARIFAnalysisReport class is used to collect and export findings of a
30+
* CppCheck analysis in the open Static Analysis Results Interchange Format (S.A.R.I.F.).
31+
*/
2832
class SARIFAnalysisReport : public AnalysisReport {
2933
public:
3034
explicit SARIFAnalysisReport(std::string versionNumber);

0 commit comments

Comments
 (0)