You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/contributing/scaladoc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ input on the command line.
71
71
From the sbt prompt, `scaladoc/test` runs the tests.
72
72
73
73
You can also run specific signature tests with `testOnly`,
74
-
for example `scaladoc/test *scaladoc.signatures.MarkdownCode`.
74
+
for example `scaladoc/testOnly *scaladoc.signatures.MarkdownCode`.
75
75
76
76
Most tests rely on comparing signatures (of classes, methods, objects etc.) extracted from the generated documentation
77
77
to signatures found in source files (extracted using Scalameta). Such tests are defined using [SignatureTest](test/dotty/tools/scaladoc/signatures/SignatureTest.scala) class
0 commit comments