Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparse_include.py377 def parser_data_assignment(cursor, current_file, directory_path, comment=None, key=0): argument
405 def ast_to_dict(cursor, current_file, last_data, directory_path, comment=None, key=0): # 解析数据的整理 argument
563 def preorder_travers_ast(cursor, comment, current_file, directory_path): # 获取属性 argument
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_legality.js113 function dealSpecialTag(comment, tagName) { argument
213 function checkTagsQuantity(comment, index, errorLogs) { argument
/interface/sdk-js/build-tools/arkui_transformer/src/
Dinterface_converter.ts49 comment: string; property
67 const comment = extractSignatureComment(member, originalCode); constant
/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.ts46 const comment: string = sourceFile.getFullText().slice(range.pos, range.end); constant
/interface/sdk-js/api/
D@ohos.zlib.d.ts759 comment?: ArrayBuffer; property
/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