Skip to content

Commit 1bfebe1

Browse files
committed
Forgot to remove things in doc Main
1 parent b4eefba commit 1bfebe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tastydoc/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This tool produces Markdown documentation files for Scala projects using TASTy files.
44

55
## 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:
77
* **[--syntax SYNTAX]** Syntax for parsing user documentation (either *wiki or markdown*)
88
* **[--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
99
* **[--classpath URI]** Extra classpath for input files

tastydoc/src/dotty/tastydoc/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import java.io._
99

1010
object Main {
1111

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:
1313
* * **[--syntax SYNTAX]** Syntax for parsing user documentation (either *wiki or markdown*)
1414
* * **[--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
1515
* * **[--classpath URI]** Extra classpath for input files

0 commit comments

Comments
 (0)