This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-520-scaladoc
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-520-scaladoc by this 
push:
     new cc5fa8ed Examples initial scaladoc.
cc5fa8ed is described below

commit cc5fa8ed7fb1bd0980c19121086766c432aa00d3
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Jan 14 23:12:11 2023 +0400

    Examples initial scaladoc.
---
 build.sbt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sbt b/build.sbt
index 419a8705..8008f7f4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -120,6 +120,7 @@ lazy val nlpcraftWithStandord = (project in file("."))
     .settings(
         name := "NLPCraft with Stanford Module",
         version := nlpcraftVer,
+        ScalaUnidoc / unidoc / unidocProjectFilter := inAnyProject -- 
inProjects(timeExample, lightSwitchExample, lightSwitchRuExample, 
lightSwitchFrExample, pizzeriaExample, calculatorExample),
 
         // Scaladoc config.
         Compile / doc / scalacOptions ++= commonScalaDoc,

Reply via email to