Skip to content

Commit 849bae2

Browse files
committed
Natspec: change events() to interfaceEvents()
1 parent a1c3324 commit 849bae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsolidity/interface/Natspec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Json::Value Natspec::userDocumentation(ContractDefinition const& _contractDef)
8282
}
8383
}
8484

85-
for (auto const& event: _contractDef.events())
85+
for (auto const& event: _contractDef.interfaceEvents())
8686
{
8787
string value = extractDoc(event->annotation().docTags, "notice");
8888
if (!value.empty())

0 commit comments

Comments
 (0)