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

Backport of "Scaladoc: Introduce new variables to create better links to source" #7559

Merged
merged 1 commit into from
Jan 8, 2019

Commits on Dec 21, 2018

  1. [backport] Scaladoc: Introduce new variables to create better links t…

    …o source
    
    Introduces new variables for -doc-source-url
    
        FILE_PATH_EXT - same as FILE_PATH, but including the file extension (which might be .java)
        FILE_EXT - the file extension (.scala or .java)
        FILE_LINE - containing the line number of the Symbol
    
    Fixes FILE_PATH to never contain the file extension (see scala/bug#5388)
    ennru committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    9d792e0 View commit details
    Browse the repository at this point in the history