Skip to content

Commit

Permalink
Merge pull request akka#800 from ennru/scaladoc-canonical
Browse files Browse the repository at this point in the history
docs: add canonical URLs in Scaladoc
  • Loading branch information
patriknw committed Aug 7, 2020
2 parents cbf5919 + 146df77 commit df01e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Common.scala
Expand Up @@ -51,6 +51,8 @@ object Common extends AutoPlugin {
val branch = if (isSnapshot.value) "master" else s"v${version.value}"
s"https://github.com/akka/akka-persistence-cassandra/tree/${branch}€{FILE_PATH_EXT}#L€{FILE_LINE}"
},
"-doc-canonical-base-url",
"https://doc.akka.io/api/akka-persistence-cassandra/current/",
"-skip-packages",
"akka.pattern" // for some reason Scaladoc creates this
),
Expand Down

0 comments on commit df01e34

Please sign in to comment.