Skip to content

Commit 155e929

Browse files
committed
syntax ref
1 parent 7ab2d0c commit 155e929

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/suppressions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,9 @@ polyspace::CommentKind polyspace::Parser::parseKind(const std::string& comment,
724724

725725
std::list<SuppressionList::Suppression> polyspace::Parser::parse(const std::string &comment, int line, const std::string &filename)
726726
{
727+
// Syntax for a polyspace suppression:
728+
// https://se.mathworks.com/help/bugfinder/ug/annotate-hide-known-acceptable-polyspace-results-web-browser.html
729+
727730
std::list<SuppressionList::Suppression> ret;
728731

729732
if (mFamilyMap.empty())

0 commit comments

Comments
 (0)