Skip to content

Commit

Permalink
support custom tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Feb 19, 2022
1 parent 15b952a commit 2a7b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -83,7 +83,7 @@ export function parse(sourceFile, config, api) {
if (config && config['documentation-polyglot'] && config['documentation-polyglot'].infer) {
Object.assign(context, infer(comment.after, config));
}
return api.parseJSDoc(comment.value, comment.loc, context);
return api.parseJSDoc(comment.value, comment.loc, context, config);
});
}

Expand Down

0 comments on commit 2a7b5c1

Please sign in to comment.