There was an error while loading. Please reload this page.
1 parent a1c3324 commit 849bae2Copy full SHA for 849bae2
1 file changed
libsolidity/interface/Natspec.cpp
@@ -82,7 +82,7 @@ Json::Value Natspec::userDocumentation(ContractDefinition const& _contractDef)
82
}
83
84
85
- for (auto const& event: _contractDef.events())
+ for (auto const& event: _contractDef.interfaceEvents())
86
{
87
string value = extractDoc(event->annotation().docTags, "notice");
88
if (!value.empty())
0 commit comments