## Search terms code link "Defined in" github <!-- Include keywords that might help others with the same problem find this issue --> ## Expected Behavior The `Defined in` github link for functions should emit and render the same as variables, types, etc. <!-- How did you expect Typedoc to work? --> ## Actual Behavior The `Defined in` github link emits and renders for variables and types, but not for functions. <!-- What does Typedoc fail to do? --> ## Steps to reproduce the bug [Minimal repo](https://github.com/citkane/yaf-scaffold) [Pull Request](https://github.com/TypeStrong/typedoc-repros/pull/10) [Example Doc Site](https://citkane.github.io/typedoc-repros/index.html) <!-- If possible, please create a *minimal* repo reproducing your problem and link it. You can easily do this by submitting a pull request to https://github.com/TypeStrong/typedoc-repros which changes the files necessary to reproduce your bug. If this is not possible, include at least: 1. Installed packages + versions 2. The code TypeDoc doesn't work on 3. tsconfig.json 4. How you are running TypeDoc + any relevant configuration files --> ## Environment - Typedoc version: 0.23.7 - TypeScript version: 4.7.4 - Node.js version: 16.16.0 - OS: Ubuntu 22.04