-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename dotty.dokka package into dotty.tools.scaladoc
- Loading branch information
1 parent
ed17258
commit ac51595
Showing
90 changed files
with
149 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
object Main extends App { | ||
Searchbar() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import scala.scalajs.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import org.scalajs.dom._ | ||
import org.scalajs.dom.html.Input | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import math.Ordering.Implicits.seqOrdering | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
./self/api/dotty.dokka/tasty/comments/wiki/-converter/index.html,on any page try minimizing window to see if relative styles are applied correctly | ||
./self/api/dotty.dokka/-base-key/index.html,is searchbar correct width | ||
./self/api/dotty.dokka/as-map.html,are logos in good propotions | ||
./self/api/dotty.dokka/model/api/as-signature.html,is sidebar not collapsing/overlaying | ||
./self/api/dotty.dokka/-documentable-element/index.html,are overrides pointing to correct function? is filtering working | ||
./self/api/dotty.dokka/model/api/-member/index.html,is source link pointing to correct element (object Member)? | ||
./self/api/dotty.dokka/-scala-content-node/index.html,you can see is graph properly rendered; can you navigate by nodes up and down the hierarchy | ||
./self/api/dotty.tools.scaladoc/tasty/comments/wiki/-converter/index.html,on any page try minimizing window to see if relative styles are applied correctly | ||
./self/api/dotty.tools.scaladoc/-base-key/index.html,is searchbar correct width | ||
./self/api/dotty.tools.scaladoc/as-map.html,are logos in good propotions | ||
./self/api/dotty.tools.scaladoc/model/api/as-signature.html,is sidebar not collapsing/overlaying | ||
./self/api/dotty.tools.scaladoc/-documentable-element/index.html,are overrides pointing to correct function? is filtering working | ||
./self/api/dotty.tools.scaladoc/model/api/-member/index.html,is source link pointing to correct element (object Member)? | ||
./self/api/dotty.tools.scaladoc/-scala-content-node/index.html,you can see is graph properly rendered; can you navigate by nodes up and down the hierarchy | ||
./self/api/index/index.html,package overview | ||
./self/api/dotty.dokka/index.html,example package | ||
./self/api/dotty.dokka/-documentable-element/index.html,example classlike | ||
./self/api/dotty.dokka/get-from-extra.html,example package level method | ||
./self/api/dotty.dokka/put.html,example extension | ||
./self/api/dotty.dokka/-dot-diagram-builder/build.html,example method | ||
./self/api/dotty.tools.scaladoc/index.html,example package | ||
./self/api/dotty.tools.scaladoc/-documentable-element/index.html,example classlike | ||
./self/api/dotty.tools.scaladoc/get-from-extra.html,example package level method | ||
./self/api/dotty.tools.scaladoc/put.html,example extension | ||
./self/api/dotty.tools.scaladoc/-dot-diagram-builder/build.html,example method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
scaladoc/src/dotty/dokka/DRI.scala → scaladoc/src/dotty/tools/scaladoc/DRI.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import java.nio.file.Path | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...doc/src/dotty/dokka/ExternalDocLink.scala → ...otty/tools/scaladoc/ExternalDocLink.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import java.net.URL | ||
import scala.util.matching._ | ||
|
2 changes: 1 addition & 1 deletion
2
scaladoc/src/dotty/dokka/Main.scala → scaladoc/src/dotty/tools/scaladoc/Main.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import java.util.ServiceLoader | ||
import java.io.File | ||
|
4 changes: 2 additions & 2 deletions
4
.../src/dotty/dokka/ScalaModuleCreator.scala → ...y/tools/scaladoc/ScalaModuleCreator.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
scaladoc/src/dotty/dokka/SourceLinks.scala → ...rc/dotty/tools/scaladoc/SourceLinks.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
|
||
import java.nio.file.Path | ||
import java.nio.file.Paths | ||
|
4 changes: 2 additions & 2 deletions
4
scaladoc/src/dotty/dokka/api.scala → scaladoc/src/dotty/tools/scaladoc/api.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
scaladoc/src/dotty/dokka/compat.scala → ...doc/src/dotty/tools/scaladoc/compat.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...y/dokka/renderers/DotDiagramBuilder.scala → ...caladoc/renderers/DotDiagramBuilder.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package renderers | ||
|
||
import util.HTML._ | ||
|
4 changes: 2 additions & 2 deletions
4
.../dotty/dokka/renderers/HtmlRenderer.scala → ...ols/scaladoc/renderers/HtmlRenderer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...src/dotty/dokka/renderers/Locations.scala → .../tools/scaladoc/renderers/Locations.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...otty/dokka/renderers/MemberRenderer.scala → ...s/scaladoc/renderers/MemberRenderer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...src/dotty/dokka/renderers/Resources.scala → .../tools/scaladoc/renderers/Resources.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...y/dokka/renderers/SignatureRenderer.scala → ...caladoc/renderers/SignatureRenderer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package renderers | ||
|
||
import util.HTML._ | ||
|
4 changes: 2 additions & 2 deletions
4
.../dotty/dokka/renderers/SiteRenderer.scala → ...ols/scaladoc/renderers/SiteRenderer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...tty/dokka/renderers/WikiDocRenderer.scala → .../scaladoc/renderers/WikiDocRenderer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oc/src/dotty/dokka/renderers/Writer.scala → ...tty/tools/scaladoc/renderers/Writer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package renderers | ||
|
||
import java.io.InputStream | ||
|
2 changes: 1 addition & 1 deletion
2
...src/dotty/dokka/site/LoadedTemplate.scala → .../tools/scaladoc/site/LoadedTemplate.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package site | ||
|
||
import java.io.File | ||
|
2 changes: 1 addition & 1 deletion
2
.../src/dotty/dokka/site/SidebarParser.scala → ...y/tools/scaladoc/site/SidebarParser.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../dotty/dokka/site/StaticSiteContext.scala → ...ols/scaladoc/site/StaticSiteContext.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package site | ||
|
||
import java.io.File | ||
|
2 changes: 1 addition & 1 deletion
2
scaladoc/src/dotty/dokka/site/common.scala → ...rc/dotty/tools/scaladoc/site/common.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package site | ||
|
||
import java.io.File | ||
|
2 changes: 1 addition & 1 deletion
2
...adoc/src/dotty/dokka/site/templates.scala → ...dotty/tools/scaladoc/site/templates.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dotty.dokka | ||
package dotty.tools.scaladoc | ||
package site | ||
|
||
import java.io.File | ||
|
4 changes: 2 additions & 2 deletions
4
.../src/dotty/dokka/tasty/BasicSupport.scala → ...y/tools/scaladoc/tasty/BasicSupport.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../dotty/dokka/tasty/ClassLikeSupport.scala → ...ols/scaladoc/tasty/ClassLikeSupport.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...rc/dotty/dokka/tasty/NameNormalizer.scala → ...tools/scaladoc/tasty/NameNormalizer.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.