mirror of
https://github.com/lightbend/config.git
synced 2025-03-22 15:20:26 +08:00
Put parser package in the public API javadoc group
This commit is contained in:
parent
3d6401ce77
commit
d6f7f4c0cb
@ -81,7 +81,7 @@ javacOptions in (Compile, compile) ++= Seq("-source", "1.6", "-target", "1.8",
|
|||||||
// we have to run tests in serial.
|
// we have to run tests in serial.
|
||||||
parallelExecution in Test := false
|
parallelExecution in Test := false
|
||||||
|
|
||||||
javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config",
|
javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config:com.typesafe.config.parser",
|
||||||
"-group", "Internal Implementation - Not ABI Stable", "com.typesafe.config.impl")
|
"-group", "Internal Implementation - Not ABI Stable", "com.typesafe.config.impl")
|
||||||
|
|
||||||
javadocSourceBaseUrl := {
|
javadocSourceBaseUrl := {
|
||||||
|
Loading…
Reference in New Issue
Block a user