alleycats
alleycats copied to clipboard
Configure external links in ScalaDoc
Like what we did in https://github.com/milessabin/shapeless/commit/e1a620ddb172e6ae62bcad6395debd1f28c5d2fa
Current coverage is 0.00% (diff: 100%)
@@ master #41 diff @@
===================================
Files 11 11
Lines 45 45
Methods 45 45
Messages 0 0
Branches 0 0
===================================
Hits 0 0
Misses 45 45
Partials 0 0
Powered by Codecov. Last update fcf153f...0c92b08
Seems reasonable to me. 👍
Thanks for this! Sorry it had to sit for awhile to get attention.
As per the comment in shapeless https://github.com/milessabin/shapeless/commit/e1a620ddb172e6ae62bcad6395debd1f28c5d2fa , it also looks to me that setting "autoAPIMappings := true should work just fine."
For example https://www.javadoc.io/doc/org.typelevel/alleycats-core_2.11/0.1.7 the links to Bimonad and Try are fine.
But....Set is not OK in https://static.javadoc.io/org.typelevel/alleycats-core_2.11/0.1.7/index.html#alleycats.std.list$
But this is from export-hook, so... paging @milessabin :smile:
Scaladoc sometimes does not create link to type aliase