Skip to content

Commit 1c2c356

Browse files
committed
docs: update
1 parent 7832e55 commit 1c2c356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-docs-gen-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export declare function findCustomTags(customBlocks: readonly DocBlock[], tag: s
287287

288288
| Parameter | Type | Description |
289289
| --- | --- | --- |
290-
| customBlocks | readonly DocBlock[] | target cusotm blocks |
290+
| customBlocks | readonly DocBlock\[\] | target cusotm blocks |
291291
| tag | string | finding target tag |
292292

293293
#### Returns
@@ -311,11 +311,11 @@ export declare function generate(input: string[], output: string, style: Generat
311311

312312
| Parameter | Type | Description |
313313
| --- | --- | --- |
314-
| input | string[] | input paths |
314+
| input | string\[\] | input paths |
315315
| output | string | output api docs full path |
316316
| style | GenerateStyle | generate style, see the [GenerateStyle](#generatestyle) |
317317
| config | Config | configration, see the [Config](#config) |
318-
| callback | (pkgname: string, filename: string) => void | |
318+
| callback | (pkgname: string, filename: string) => void | |
319319

320320
### getDocSectionContent
321321

0 commit comments

Comments
 (0)