Skip to content

Commit d6f7f4c

Browse files
committed
Put parser package in the public API javadoc group
1 parent 3d6401c commit d6f7f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ javacOptions in (Compile, compile) ++= Seq("-source", "1.6", "-target", "1.8",
8181
// we have to run tests in serial.
8282
parallelExecution in Test := false
8383

84-
javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config",
84+
javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config:com.typesafe.config.parser",
8585
"-group", "Internal Implementation - Not ABI Stable", "com.typesafe.config.impl")
8686

8787
javadocSourceBaseUrl := {

0 commit comments

Comments
 (0)