solidity/test/libsolidity/natspecJSON/slash3_slash4.sol

21 lines
284 B
Solidity
Raw Normal View History

contract test {
/// @notice lorem
//// ipsum
function f() public { }
}
// ----
// ----
// :test userdoc
// {
// "kind": "user",
// "methods":
// {
// "f()":
// {
// "notice": "lorem"
// }
// },
// "version": 1
// }