I'm documenting this code: ``` /** @param {string} x The only parameter of {@link foo}. */ export function foo(x) {} ``` The resulting documentation looks like: | Name | Type | Attribute | Description | | --- | --- | --- | --- | | x | string | | The only parameter of <span><a href="function/index.html#static-function-foo">foo</a></span>. |