From d6f7f4c0cbe4d2682d3f9cd415dfd445e9e8950b Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 1 Apr 2015 22:02:45 -0400 Subject: [PATCH] Put parser package in the public API javadoc group --- config/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build.sbt b/config/build.sbt index 69c4975e..bbad3247 100644 --- a/config/build.sbt +++ b/config/build.sbt @@ -81,7 +81,7 @@ javacOptions in (Compile, compile) ++= Seq("-source", "1.6", "-target", "1.8", // we have to run tests in serial. 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") javadocSourceBaseUrl := {