From a18515b79bd90e7296451c7cc0bb08834c1b7aca Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Mon, 30 Mar 2020 18:03:14 -0400 Subject: Java API Documents Linking (#1367) * Show linking against Javadoc Signed-off-by: Schuyler Eldridge * Add sbt-api-mappings plugin This adds the sbt-api-mappings plugin which enables auto-linking (properly setting the apiMappings for the sbt project) so that Scaldoc/unidoc generation will now automatically link against Java and Scala API docs (and use the right version). Signed-off-by: Schuyler Eldridge * Show linking against Scala APIs Signed-off-by: Schuyler Eldridge --- core/src/main/scala/chisel3/package.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main') diff --git a/core/src/main/scala/chisel3/package.scala b/core/src/main/scala/chisel3/package.scala index 65bfdeb7..cf0afb10 100644 --- a/core/src/main/scala/chisel3/package.scala +++ b/core/src/main/scala/chisel3/package.scala @@ -11,7 +11,7 @@ package object chisel3 { // scalastyle:ignore package.object.name import scala.language.implicitConversions /** - * These implicit classes allow one to convert scala.Int|scala.BigInt to + * These implicit classes allow one to convert [[scala.Int]] or [[scala.BigInt]] to * Chisel.UInt|Chisel.SInt by calling .asUInt|.asSInt on them, respectively. * The versions .asUInt(width)|.asSInt(width) are also available to explicitly * mark a width for the new literal. -- cgit v1.2.3