File tree 1 file changed +14
-1
lines changed 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,22 @@ Generating Documentation
83
83
-------------------------
84
84
To generate this page and other static page docs, run
85
85
``` bash
86
+ # the generated docs will be located in scaladoc/output
86
87
$ sbt
87
- > genDocs
88
+ > scalaDoc/generateScalaDocumentation
89
+
90
+ # or run the following bash script to generate docs under $PWD/docs/_site
91
+ $ ./project/scripts/genDocs
88
92
```
93
+ See ` scaladoc/README.md ` for more information on developing with the docs.
94
+
95
+ To generate docs for a specific module (e.g. ` scala3-compiler-bootstrapped ` ), run
96
+ ``` bash
97
+ $ sbt
98
+ > scala3-compiler-bootstrapped/doc
99
+ ```
100
+
101
+
89
102
90
103
Before contributing to Dotty, we invite you to consult the
91
104
[ Dotty Developer Guidelines] ( https://github.com/lampepfl/dotty/blob/master/CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments