Skip to content

Commit 5b42b1d

Browse files
committed
Fix doc comment formatting
1 parent ca1b9c9 commit 5b42b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/extract/runCLI.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import { TypeScriptSourceFile } from "./TypeScriptSourceFile.ts";
99
* @param rootDir the root directory of the project. Usually `import.meta.dirname`.
1010
*
1111
* @example Running from the configuration options
12+
* ```ts
1213
* import.meta.main && await runCLI(options, import.meta.dirname);
14+
* ```
1315
*/
1416
export async function runCLI({
1517
pattern = "**/*.{ts,tsx}",

0 commit comments

Comments
 (0)