solidity/test/libsolidity/natspecJSON/slash3_slash3.sol

28 lines
382 B
Solidity

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