Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 7 of 7) sorted by relevance

/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_legality.js108 function dealSpecialTag(comment, tagName) { argument
197 function checkTagsQuantity(comment, index, errorLogs) { argument
/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparse_include.py244 def ast_to_dict(cursor, current_file, gn_path=None, comment=None, key=0): # 解析数据的整理 argument
305 def preorder_travers_ast(cursor, total, comment, current_file, gn_path=None): # 获取属性 argument
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_order.js139 function checkInheritTag(comment, node, sourcefile, fileName, JSocIndex) { argument
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
DJsDocProcessor.ts44 const comment: string = sourceFile.getFullText().slice(range.pos, range.end); constant
/interface/sdk_c/third_party/zlib/
Dzlib.h124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
Dtypedef.ts421 comment: string; property
DcoreImpls.ts435 const comment = sourceFile.getFullText().slice(range.pos, range.end); constant