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: tastydoc/readme.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
@@ -3,7 +3,7 @@
3
3
This tool produces Markdown documentation files for Scala projects using TASTy files.
4
4
5
5
## How to run
6
-
Call main with the following arguments to produce Markdown documentation files: (Omitting { and })
6
+
Call main with the following arguments to produce Markdown documentation files:
7
7
***[--syntax SYNTAX]** Syntax for parsing user documentation (either *wiki or markdown*)
8
8
***[--packagestolink REGEXES...]** Regexes of packages or entities (example: `scala.collection.*`). Only the types with a path matching these regexes will produce links in the documentation files
9
9
***[--classpath URI]** Extra classpath for input files
Copy file name to clipboardExpand all lines: tastydoc/src/dotty/tastydoc/Main.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import java.io._
9
9
10
10
objectMain {
11
11
12
-
/** Call main with the following arguments to produce Markdown documentation files: (Omitting { and })
12
+
/** Call main with the following arguments to produce Markdown documentation files:
13
13
* * **[--syntax SYNTAX]** Syntax for parsing user documentation (either *wiki or markdown*)
14
14
* * **[--packagestolink REGEXES...]** Regexes of packages or entities (example: `scala.collection.*`). Only the types with a path matching these regexes will produce links in the documentation files
15
15
* * **[--classpath URI]** Extra classpath for input files
0 commit comments