We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd3809 commit 8766c44Copy full SHA for 8766c44
project/Build.scala
@@ -1834,7 +1834,10 @@ object ScaladocConfigs {
1834
.add(Revision("main"))
1835
.add(ExternalMappings(List(javaExternalMapping)))
1836
.add(DocRootContent(docRootFile.toString))
1837
- .add(CommentSyntax(List("wiki")))
+ .add(CommentSyntax(List(
1838
+ s"${dottyLibRoot}=markdown",
1839
+ s"${stdLibRoot}=wiki"
1840
+ )))
1841
.add(VersionsDictionaryUrl("https://scala-lang.org/api/versions.json"))
1842
.add(DocumentSyntheticTypes(true))
1843
.add(SnippetCompiler(List(
0 commit comments