alleycats icon indicating copy to clipboard operation
alleycats copied to clipboard

Configure external links in ScalaDoc

Open Atry opened this issue 9 years ago • 4 comments

Like what we did in https://github.com/milessabin/shapeless/commit/e1a620ddb172e6ae62bcad6395debd1f28c5d2fa

Atry avatar Aug 04 '16 02:08 Atry

Current coverage is 0.00% (diff: 100%)

Merging #41 into master will not change coverage

@@           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

codecov-io avatar Aug 04 '16 02:08 codecov-io

Seems reasonable to me. 👍

Thanks for this! Sorry it had to sit for awhile to get attention.

non avatar Sep 04 '16 23:09 non

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:

ghost avatar Sep 11 '16 17:09 ghost

Scaladoc sometimes does not create link to type aliase

Atry avatar Sep 12 '16 00:09 Atry