Home
last modified time | relevance | path

Searched refs:pNode (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DmodificationProcessor.ts267 …function getParentTag(pNode: comment.CommentNode, tagName: string): comment.CommentTag | undefined…
268 if (pNode.commentInfos && pNode.commentInfos[pNode.commentInfos.length - 1] &&
269 pNode.commentInfos[pNode.commentInfos.length - 1].commentTags) {
270 … const pTags: comment.CommentTag[] = pNode.commentInfos[pNode.commentInfos.length - 1].commentTags; constant
277 if (pNode.parentNode) {
278 return getParentTag(pNode.parentNode, tagName);