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