diff options
| author | John's Brew | 2021-02-05 19:38:44 +0100 |
|---|---|---|
| committer | GitHub | 2021-02-05 18:38:44 +0000 |
| commit | e3b6cf4e7230ce12174832fca48d1384553b02f6 (patch) | |
| tree | ab2c3e4e7450f0a27f24a7e58d822862a94ebae5 /build.sbt | |
| parent | 8fa46071c382b6fdecba86a9bab729526fa4fbe2 (diff) | |
Add file line to source link from scaladoc (#1776)
Signed-off-by: Jean Bruant <jean.bruant@ovhcloud.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ lazy val chisel = (project in file(".")). } else { s"v${version.value}" } - s"https://github.com/freechipsproject/chisel3/tree/$branch/€{FILE_PATH}.scala" + s"https://github.com/chipsalliance/chisel3/tree/$branch€{FILE_PATH_EXT}#L€{FILE_LINE}" } ) ) |
