Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Defined in" link for functions does not emit or render. Types and Variables work as expected. #1996

Closed
citkane opened this issue Jul 11, 2022 · 4 comments
Labels
bug Functionality does not match expectation

Comments

@citkane
Copy link
Contributor

citkane commented Jul 11, 2022

Search terms

code link "Defined in" github

Expected Behavior

The Defined in github link for functions should emit and render the same as variables, types, etc.

Actual Behavior

The Defined in github link emits and renders for variables and types, but not for functions.

Steps to reproduce the bug

Minimal repo
Pull Request
Example Doc Site

Environment

  • Typedoc version: 0.23.7
  • TypeScript version: 4.7.4
  • Node.js version: 16.16.0
  • OS: Ubuntu 22.04
@citkane citkane added the bug Functionality does not match expectation label Jul 11, 2022
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jul 17, 2022

That's a weird one...

@citkane
Copy link
Contributor Author

citkane commented Jul 18, 2022

Strange indeed...

This appears to affect Typedoc's own demo documentation site as well:

Are you closing this because it is expected behavior, or am I missing something else?

I am limiting the example to 'functions', 'types' and 'variables' to illustrate that some other things render, but 'functions' do not.
I have not checked all other types for behavior.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jul 18, 2022

It's been fixed + released, TypeDoc's site just rebuilt half an hour ago on the schedule, and the defined in links show up now.

@citkane
Copy link
Contributor Author

citkane commented Jul 18, 2022

Aha - got it Gerrit0! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants