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