Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

larsrh/sbt-api-mappings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-api-mappings

Build Status

sbt-api-mappings is an sbt plugin that fills apiMappings for common Scala libraries.

Note: This is a fork of sbt-api-mappings.

Motivation

Sometimes when you wrote Scaladoc for your own classes, you may want to reference to documentation in some other libraries.

For example:

/**
 * My own class, which works with [[scala.Option]] and [[scalaz.Monad]].
 */
class MyClass(optionMonad: scalaz.Monad[Option])

Unfortunately when use run doc command in Sbt, you will receive a warning and the link would not be created.

/path/to/MyClass.scala:3: Could not find any member to link for "scala.Option".

This plugin resolves the problem.

Usage

Add the following lines in your project/plugins.sbt:

addSbtPlugin("info.hupel" % "sbt-api-mappings" % "latest.release")

About

An sbt plugin that fills apiMappings for common Scala libraries (DISCONTINUED)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%