Is there any way of declaring an internal reference to a part of the documentation via a comment block. e.g. ``` /** * Some function that does something. Also see {@link someOtherFunction}. */ public someFunction(): void { ... } ```