Merge pull request #9267 from ethereum/issue-8911-split

NatSpec: Implement default inheritance.
This commit is contained in:
chriseth
2020-06-30 15:16:14 +02:00
committed by GitHub
6 changed files with 320 additions and 16 deletions
@@ -0,0 +1,6 @@
contract C {
/// @author author
function iHaveAuthor() public pure {}
}
// ----
// Warning 9843: (17-35): Documentation tag @author is only allowed on contract definitions. It will be disallowed in 0.7.0.