Skip to content

Commit 8b7467c

Browse files
committed
Scala3doc: make wiki the default syntax for stdlib
1 parent 454bc22 commit 8b7467c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
176176
* +- Flags
177177
*
178178
* ```
179+
*
180+
* @syntax markdown
179181
*/
180182
trait Reflection { self: reflect.type =>
181183

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ object Build {
15801580
IO.write(dest / "CNAME", "dotty.epfl.ch")
15811581
}.dependsOn(generateDocumentation(
15821582
roots, "Scala 3", dest.getAbsolutePath, "master",
1583-
"-siteroot scala3doc/scala3-docs -project-logo scala3doc/scala3-docs/logo.svg"))
1583+
"-comment-syntax wiki -siteroot scala3doc/scala3-docs -project-logo scala3doc/scala3-docs/logo.svg"))
15841584
}.evaluated,
15851585

15861586
generateTestcasesDocumentation := Def.taskDyn {

0 commit comments

Comments
 (0)