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

Add more repository source file links throughout generated doc, especially for types #180

Closed
mattflix opened this issue Jan 26, 2016 · 0 comments
Labels
enhancement Improved functionality

Comments

@mattflix
Copy link

When used with Git, TypeDoc inserts links to the source file location for documented items such as class data members, and interface methods.

This is fabulous feature (linking generated documenation to source) -- except it is incomplete. The containing types (not just its members) should also have source links. Currently, only the members get links.

Indeed, when a type happens to have no members (or no members visible in the page due to the doc filter settings), it becomes inconvenient to reach, or even determine, the repository file that contains the type's definition.

IMO, it should always be super easy to link to the source location for the definition of any type.

@aciccarello aciccarello added the enhancement Improved functionality label Feb 3, 2017
@Gerrit0 Gerrit0 added this to To do in Version 0.22 via automation Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality
Projects
No open projects
Development

No branches or pull requests

2 participants