Home
last modified time | relevance | path

Searched defs:comments (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DapiSplitProcessor.ts89 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
130 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
151 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
172 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_legality.js24 function checkJsDocLegality(node, comments, checkInfoMap) { argument
137 function legalityCheck(node, comments, legalKinds, tagsName, isRequire, checkInfoMap, extraCheckCal… argument
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_order.js54 function checkApiOrder(comments) { argument