forked from neoforged/JavaSourceTransformer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparchment.json
More file actions
39 lines (39 loc) · 950 Bytes
/
parchment.json
File metadata and controls
39 lines (39 loc) · 950 Bytes
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
{
"version": "1.1.0",
"classes": [
{
"name": "ExistingJavadoc",
"javadoc": [
"Parchment Class Line 1",
"Parchment Class Line 2",
"Parchment Class Line 3"
],
"methods": [
{
"name": "m",
"descriptor": "(III)I",
"javadoc": [
"Parchment Method Line 1",
"Parchment Method Line 2",
"Parchment Method Line 3"
],
"parameters": [
{
"index": 1,
"name": "newX",
"javadoc": "Parchment Parameter Documentation. Long oh so very long Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet Lorem ipsum dolor sit amet"
},
{
"index": 2,
"name": "newY"
},
{
"index": 3,
"javadoc": "Javadoc only, no rename"
}
]
}
]
}
]
}