1{ 2 "ut_jsdoc_enum_006.d.ts": [ 3 { 4 "filePath": "ut_jsdoc_enum_006.d.ts", 5 "apiType": "Enum", 6 "definedText": " export enum test", 7 "pos": { 8 "line": 21, 9 "character": 1 10 }, 11 "isExport": true, 12 "apiName": "test", 13 "hierarchicalRelations": [ 14 "ut_jsdoc_enum_006.d.ts", 15 "test" 16 ], 17 "isStruct": false, 18 "syscap": "", 19 "currentVersion": "-1", 20 "jsDocText": "/*\r\n * Copyright (c) 2021-2023 Huawei Device Co., Ltd.\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may obtain a copy of the License at\r\n *\r\n * http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\n\r\n/**\r\n * the ut for jsdoc about enum\r\n *\r\n * @enum { number } the test enum description\r\n */\r\n", 21 "isJoinType": false, 22 "genericInfo": [], 23 "jsDocInfos": [ 24 { 25 "description": "the ut for jsdoc about enum", 26 "syscap": "", 27 "since": "-1", 28 "isForm": false, 29 "isCrossPlatForm": false, 30 "isSystemApi": false, 31 "modelLimitation": "", 32 "deprecatedVersion": "-1", 33 "useinstead": "", 34 "permissions": "", 35 "errorCodes": [], 36 "typeInfo": "", 37 "isConstant": false, 38 "isAtomicService": false, 39 "kit": "", 40 "isFile": false 41 } 42 ], 43 "childApis": [ 44 { 45 "filePath": "ut_jsdoc_enum_006.d.ts", 46 "apiType": "EnumValue", 47 "definedText": "ONE = 1", 48 "pos": { 49 "line": 22, 50 "character": 3 51 }, 52 "isExport": false, 53 "apiName": "ONE", 54 "hierarchicalRelations": [ 55 "ut_jsdoc_enum_006.d.ts", 56 "test", 57 "ONE" 58 ], 59 "isStruct": false, 60 "syscap": "", 61 "currentVersion": "-1", 62 "jsDocText": "\r\n ", 63 "isJoinType": false, 64 "genericInfo": [], 65 "jsDocInfos": [], 66 "value": "1" 67 }, 68 { 69 "filePath": "ut_jsdoc_enum_006.d.ts", 70 "apiType": "EnumValue", 71 "definedText": "TWO = 2", 72 "pos": { 73 "line": 23, 74 "character": 3 75 }, 76 "isExport": false, 77 "apiName": "TWO", 78 "hierarchicalRelations": [ 79 "ut_jsdoc_enum_006.d.ts", 80 "test", 81 "TWO" 82 ], 83 "isStruct": false, 84 "syscap": "", 85 "currentVersion": "-1", 86 "jsDocText": "\r\n ", 87 "isJoinType": false, 88 "genericInfo": [], 89 "jsDocInfos": [], 90 "value": "2" 91 }, 92 { 93 "filePath": "ut_jsdoc_enum_006.d.ts", 94 "apiType": "EnumValue", 95 "definedText": "THREE = 3", 96 "pos": { 97 "line": 24, 98 "character": 3 99 }, 100 "isExport": false, 101 "apiName": "THREE", 102 "hierarchicalRelations": [ 103 "ut_jsdoc_enum_006.d.ts", 104 "test", 105 "THREE" 106 ], 107 "isStruct": false, 108 "syscap": "", 109 "currentVersion": "-1", 110 "jsDocText": "\r\n ", 111 "isJoinType": false, 112 "genericInfo": [], 113 "jsDocInfos": [], 114 "value": "3" 115 } 116 ] 117 } 118 ] 119}