Open
Description
contract C {
/// Before the notice.
/// @notice Some function.
function f() public view returns (uint ret) {
}
}
results in
Developer Documentation
{
"kind": "dev",
"methods": {},
"version": 1
}
User Documentation
{
"kind": "user",
"methods":
{
"f()":
{
"notice": "Before the notice.Some function."
}
},
"version": 1
}