You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@scala.annotation.implicitNotFound("""If you're using flatgraph purely without a schema and associated generated domain classes, you can
11
-
|start with `given DocSearchPackages = DocSearchPackages.default`.
12
-
|If you have generated domain classes, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage`.
13
-
|If you have additional custom extension steps that specify help texts via @Doc annotations, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage.withAdditionalPackage("my.custom.package)"`
14
-
|""".stripMargin)
11
+
start with `given DocSearchPackages = DocSearchPackages.default`.
12
+
If you have generated domain classes, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage`.
13
+
If you have additional custom extension steps that specify help texts via @Doc annotations, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage.withAdditionalPackage("my.custom.package)"`
@scala.annotation.implicitNotFound("""If you're using flatgraph purely without a schema and associated generated domain classes, you can
19
-
|start with `given DocSearchPackages = DocSearchPackages.default`.
20
-
|If you have generated domain classes, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage`.
21
-
|If you have additional custom extension steps that specify help texts via @Doc annotations, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage.withAdditionalPackage("my.custom.package)"`
22
-
|""".stripMargin)
19
+
start with `given DocSearchPackages = DocSearchPackages.default`.
20
+
If you have generated domain classes, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage`.
21
+
If you have additional custom extension steps that specify help texts via @Doc annotations, use `given DocSearchPackages = MyDomain.defaultDocSearchPackage.withAdditionalPackage("my.custom.package)"`
0 commit comments