diff options
| author | John's Brew | 2021-02-05 19:35:59 +0100 |
|---|---|---|
| committer | GitHub | 2021-02-05 18:35:59 +0000 |
| commit | 6e0e760526090c694ce6507db71122654ffc3000 (patch) | |
| tree | 847ee3197f41c6f21df94c3a59d0292023ff96be | |
| parent | 9c59c3d94ae3f922ee538d593304cdf2976685aa (diff) | |
Add file line to source link from scaladoc (#2072)
Signed-off-by: Jean Bruant <jean.bruant@ovhcloud.com>
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ lazy val docSettings = Seq( } else { s"v${version.value}" } - s"https://github.com/freechipsproject/firrtl/tree/$branch€{FILE_PATH}.scala" + s"https://github.com/chipsalliance/firrtl/tree/$branch€{FILE_PATH_EXT}#L€{FILE_LINE}" } ) ++ scalacDocOptionsVersion(scalaVersion.value) ) |
