File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1846,6 +1846,8 @@ object ScaladocConfigs {
1846
1846
val dottyManagesSources =
1847
1847
(`stdlib-bootstrapped`/ Compile / sourceManaged).value / " dotty-library-src"
1848
1848
1849
+ val tastyCoreSources = projectRoot.relativize((`tasty-core-bootstrapped`/ Compile / scalaSource).value.toPath().normalize())
1850
+
1849
1851
val dottyLibRoot = projectRoot.relativize(dottyManagesSources.toPath.normalize())
1850
1852
DefaultGenerationConfig .value
1851
1853
.add(ProjectName (" Scala 3" ))
@@ -1856,6 +1858,7 @@ object ScaladocConfigs {
1856
1858
.add(CommentSyntax (List (
1857
1859
s " ${dottyLibRoot}=markdown " ,
1858
1860
s " ${stdLibRoot}=wiki " ,
1861
+ s " ${tastyCoreSources}=markdown " ,
1859
1862
" wiki"
1860
1863
)))
1861
1864
.add(VersionsDictionaryUrl (" https://scala-lang.org/api/versions.json" ))
Original file line number Diff line number Diff line change @@ -263,8 +263,6 @@ Standard Section: "Comments" Comment*
263
263
```none
264
264
Comment = Length Bytes LongInt // Raw comment's bytes encoded as UTF-8, followed by the comment's coordinates.
265
265
```
266
-
267
- * @syntax markdown
268
266
**************************************************************************************/
269
267
270
268
object TastyFormat {
You can’t perform that action at this time.
0 commit comments