mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7 lines
213 B
Solidity
7 lines
213 B
Solidity
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.
|