• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "ut_jsdoc_param_016.d.ts": [
3    {
4      "filePath": "ut_jsdoc_param_016.d.ts",
5      "apiType": "Namespace",
6      "definedText": " export namespace test",
7      "pos": {
8        "line": 20,
9        "character": 1
10      },
11      "isExport": true,
12      "apiName": "test",
13      "hierarchicalRelations": [
14        "ut_jsdoc_param_016.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 param\r\n *\r\n */\r\n",
21      "isJoinType": false,
22      "genericInfo": [],
23      "jsDocInfos": [
24        {
25          "description": "the ut for jsdoc about param",
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_param_016.d.ts",
46          "apiType": "Method",
47          "definedText": "function func(str: string, str2: string): void;",
48          "pos": {
49            "line": 25,
50            "character": 3
51          },
52          "isExport": false,
53          "apiName": "func",
54          "hierarchicalRelations": [
55            "ut_jsdoc_param_016.d.ts",
56            "test",
57            "func"
58          ],
59          "isStruct": false,
60          "syscap": "",
61          "currentVersion": "-1",
62          "jsDocText": "\r\n  /**\r\n   * @param { string } str - The str description.\r\n   * @param { string } str2 - The str2 description.\r\n   */\r\n  ",
63          "isJoinType": false,
64          "genericInfo": [],
65          "jsDocInfos": [
66            {
67              "description": "",
68              "syscap": "",
69              "since": "-1",
70              "isForm": false,
71              "isCrossPlatForm": false,
72              "isSystemApi": false,
73              "modelLimitation": "",
74              "deprecatedVersion": "-1",
75              "useinstead": "",
76              "permissions": "",
77              "errorCodes": [],
78              "typeInfo": "",
79              "isConstant": false,
80              "isAtomicService": false,
81              "kit": "",
82              "isFile": false
83            }
84          ],
85          "callForm": "func(str: string, str2: string): void",
86          "params": [
87            {
88              "apiType": "Param",
89              "apiName": "str",
90              "paramType": 148,
91              "type": [
92                "string"
93              ],
94              "isRequired": true,
95              "definedText": "str: string",
96              "typeLocations": [],
97              "objLocations": []
98            },
99            {
100              "apiType": "Param",
101              "apiName": "str2",
102              "paramType": 148,
103              "type": [
104                "string"
105              ],
106              "isRequired": true,
107              "definedText": "str2: string",
108              "typeLocations": [],
109              "objLocations": []
110            }
111          ],
112          "returnValue": [],
113          "isStatic": false,
114          "sync": "",
115          "returnValueType": -1,
116          "typeLocations": [],
117          "objLocations": []
118        }
119      ]
120    }
121  ]
122}