solidity/test/libsolidity/natspecJSON/slash3_slash4.sol

19 lines
240 B
Solidity

contract test {
/// @notice lorem
//// ipsum
function f() public { }
}
// ----
// ----
// :test userdoc
// {
// "methods":
// {
// "f()":
// {
// "notice": "lorem"
// }
// }
// }