Skip to content

Commit 0bcfa34

Browse files
committed
Clean up comment
1 parent 0f970de commit 0bcfa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-api-docs/sidebar-visitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { ApiItemKind } = require('@microsoft/api-extractor-model');
22

33
/**
4-
* @dkozma: We had to change this code because the API model parsed an `IndexSignature` from `c2pa.manifestresolvers` which gets picked up by the sidebar but a file doesn't get generated.
4+
* @dkozma: The API model parsed an `IndexSignature` from `c2pa.manifestresolvers`, which gets picked up by the sidebar but a file doesn't get generated.
55
* HACK: Strip the `._indexer_` suffix since standard-markdown-documenter doesn't seem to let
66
* you return an empty node or node that returns a valid `html` or `link` type.
77
*/

0 commit comments

Comments
 (0)