solidity/test/libsolidity/syntaxTests/natspec/docstring_author_title_state_variable.sol
2020-05-19 11:01:52 -05:00

8 lines
222 B
Solidity

contract C {
/// @title title
/// @author author
uint private state;
}
// ----
// Warning: (17-56): Documentation tag @title and @author is only allowed on contract definitions. It will be disallowed in 0.7.0.