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
Copy file name to clipboardExpand all lines: scala3doc/README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
Scala3doc (name subject to change) is the documentation tool for
4
4
[Dotty](https://github.com/lampepfl/dotty), which is scheduled to become
5
-
Scala 3. It's based on [Dokka](https://github.com/Kotlin/dokka), the
6
-
documentation tool for Kotlin. It uses the TastyInspector to access definitions,
5
+
Scala 3. It uses the TastyInspector to access definitions,
7
6
which is an officially supported way to access Dotty's perspective of a
8
7
codebase.
9
8
@@ -48,9 +47,7 @@ CLI command for running our tool is in form: `sbt main -n <name> -o <output> -t
48
47
-`<classpath>`: classpath that was used to generate tasty files
49
48
-`<sources>`: links to source files of module that are used to link symbols on pages to their source file. They need to be supplied in form:
50
49
`local_dir=remote_dir#line_suffix` e.g. `src/main/scala=https://github.com/lampepfl/scala3doc/tree/master/src/main/scala#L`
51
-
-`<documentation>`: directory of static documentation that you would like to render with API documentation. This feature is provided by dokka-site plugin:
0 commit comments