mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
19 lines
240 B
Solidity
19 lines
240 B
Solidity
contract test {
|
|
/// @notice lorem
|
|
//// ipsum
|
|
function f() public { }
|
|
}
|
|
|
|
// ----
|
|
// ----
|
|
// :test userdoc
|
|
// {
|
|
// "methods":
|
|
// {
|
|
// "f()":
|
|
// {
|
|
// "notice": "lorem"
|
|
// }
|
|
// }
|
|
// }
|