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

feat(internal/godocfx): xref function declarations #3615

Merged
merged 2 commits into from Jan 27, 2021
Merged

Commits on Jan 26, 2021

  1. feat(internal/godocfx): xref function declarations

    Type declarations are handled differently. So, I'll handle them in a
    future PR. There are some TODOs at the top of parse.go with additional
    ways we can improve.
    
    I chose to define linkify in parse.go rather than pkgsite because (1) we
    need the package/import name logic and (2) I want to keep changes to a
    minimum in the third_party code.
    tbpg committed Jan 26, 2021
    Copy the full SHA
    b53ab82 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Copy the full SHA
    d721f57 View commit details
    Browse the repository at this point in the history