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