solidity/test/libsolidity/syntaxTests/natspec/docstring_author_title_state_variable.sol

8 lines
227 B
Solidity
Raw Normal View History

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