package p /** * @define BaseComment $BaseVar comment. */ trait Base { /** * Base method has documentation. */ def foo: String }