-
Notifications
You must be signed in to change notification settings - Fork 373
/
Copy pathlint.json
44 lines (44 loc) · 930 Bytes
/
lint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"name": "BIMViewer#setCamera",
"filePath": "src/BIMViewer.js",
"lines": [
{
"lineNumber": 1460,
"line": " /**"
},
{
"lineNumber": 1461,
"line": " * Sets the camera to the given position."
},
{
"lineNumber": 1462,
"line": " *"
},
{
"lineNumber": 1463,
"line": " * @param {Number[]} [params.eye] Eye position."
},
{
"lineNumber": 1464,
"line": " * @param {Number[]} [params.look] Point of interest."
},
{
"lineNumber": 1465,
"line": " * @param {Number[]} [params.up] Direction of \"up\"."
},
{
"lineNumber": 1466,
"line": " */"
},
{
"lineNumber": 1467,
"line": " setCamera(params) {"
}
],
"codeParams": [
"params"
],
"docParams": []
}
]