Skip to content

Commit 7054865

Browse files
felixmuldersmarter
authored andcommitted
Move dottydoc -> doc-tool
1 parent 785590c commit 7054865

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ object DottyBuild extends Build {
134134
// necessary evil: dottydoc currently needs to be included in the dotty
135135
// project, for sbt integration
136136
unmanagedSourceDirectories in Compile := Seq((scalaSource in Compile).value),
137-
unmanagedSourceDirectories in Compile += baseDirectory.value / "dottydoc" / "src",
137+
unmanagedSourceDirectories in Compile += baseDirectory.value / "doc-tool" / "src",
138138
unmanagedSourceDirectories in Test := Seq((scalaSource in Test).value),
139-
unmanagedSourceDirectories in Test += baseDirectory.value / "dottydoc" / "test",
139+
unmanagedSourceDirectories in Test += baseDirectory.value / "doc-tool" / "test",
140140

141141
// set system in/out for repl
142142
connectInput in run := true,

0 commit comments

Comments
 (0)