File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ The basics of working with Dotty codebase are documented [here](https://dotty.ep
115
115
| ` testOnly dotty.tools.dotc.CompilationTests -- *pos ` | Run test (method) ` pos ` from ` CompilationTests ` suite. |
116
116
| ` testCompilation sample ` | In all test suites, run test files containing the word ` sample ` in their title. |
117
117
| ` scala3-compiler/Test/runMain dotty.tools.printTypes ` | Print types underlying representation |
118
- | ` scaladoc/generateScalaDocumentation ` | Build the documentation website |
118
+ | ` scaladoc/generateScalaDocumentation ` | Build the documentation website (published to https://dotty.epfl.ch) |
119
+ | ` scaladoc/generateReferenceDocumentation ` | Build the reference documentation website (published to https://docs.scala-lang.org/scala3/reference) |
119
120
120
121
121
122
## Shell Commands
You can’t perform that action at this time.
0 commit comments