non / alleycats

Cats instances and classes which are outlaws, miscreants, and ne'er-do-wells.
Other
62 stars 14 forks source link

Configure external links in ScalaDoc #41

Open Atry opened 8 years ago

Atry commented 8 years ago

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

codecov-io commented 8 years ago

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

non commented 8 years ago

Seems reasonable to me. 👍

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

ghost commented 8 years ago

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:

Atry commented 8 years ago

Scaladoc sometimes does not create link to type aliase