doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_features.res
1 {
2         "results": [{
3                 "name": "_endurance_bonus",
4                 "namespace": [{
5                         "name": "test_prog",
6                         "synopsis": "Test program for model tools."
7                 }, "::", {
8                         "name": "careers",
9                         "synopsis": "Careers of the game."
10                 }, "::", {
11                         "name": "Career",
12                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
13                 }, "::", {
14                         "name": "_endurance_bonus"
15                 }],
16                 "class_name": "MAttribute",
17                 "full_name": "test_prog::careers::Career::_endurance_bonus",
18                 "visibility": "private",
19                 "modifiers": ["private", "var"],
20                 "static_mtype": {
21                         "name": "Int",
22                         "synopsis": "Some services about Integers.",
23                         "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
24                 }
25         }, {
26                 "name": "_intelligence_bonus",
27                 "namespace": [{
28                         "name": "test_prog",
29                         "synopsis": "Test program for model tools."
30                 }, "::", {
31                         "name": "careers",
32                         "synopsis": "Careers of the game."
33                 }, "::", {
34                         "name": "Career",
35                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
36                 }, "::", {
37                         "name": "_intelligence_bonus"
38                 }],
39                 "class_name": "MAttribute",
40                 "full_name": "test_prog::careers::Career::_intelligence_bonus",
41                 "visibility": "private",
42                 "modifiers": ["private", "var"],
43                 "static_mtype": {
44                         "name": "Int",
45                         "synopsis": "Some services about Integers.",
46                         "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
47                 }
48         }, {
49                 "name": "_strength_bonus",
50                 "namespace": [{
51                         "name": "test_prog",
52                         "synopsis": "Test program for model tools."
53                 }, "::", {
54                         "name": "careers",
55                         "synopsis": "Careers of the game."
56                 }, "::", {
57                         "name": "Career",
58                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
59                 }, "::", {
60                         "name": "_strength_bonus"
61                 }],
62                 "class_name": "MAttribute",
63                 "full_name": "test_prog::careers::Career::_strength_bonus",
64                 "visibility": "private",
65                 "modifiers": ["private", "var"],
66                 "static_mtype": {
67                         "name": "Int",
68                         "synopsis": "Some services about Integers.",
69                         "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
70                 }
71         }, {
72                 "name": "endurance_bonus",
73                 "namespace": [{
74                         "name": "test_prog",
75                         "synopsis": "Test program for model tools."
76                 }, "::", {
77                         "name": "Career",
78                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
79                 }, "::", {
80                         "name": "endurance_bonus"
81                 }],
82                 "class_name": "MMethod",
83                 "full_name": "test_prog::Career::endurance_bonus",
84                 "visibility": "public",
85                 "modifiers": ["fun"],
86                 "msignature": {
87                         "arity": 0,
88                         "mparameters": [],
89                         "return_mtype": {
90                                 "name": "Int",
91                                 "synopsis": "Some services about Integers.",
92                                 "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
93                         }
94                 }
95         }, {
96                 "name": "endurance_bonus=",
97                 "namespace": [{
98                         "name": "test_prog",
99                         "synopsis": "Test program for model tools."
100                 }, "::", {
101                         "name": "Career",
102                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
103                 }, "::", {
104                         "name": "endurance_bonus="
105                 }],
106                 "class_name": "MMethod",
107                 "full_name": "test_prog::Career::endurance_bonus=",
108                 "visibility": "protected",
109                 "modifiers": ["protected", "fun"],
110                 "msignature": {
111                         "arity": 1,
112                         "mparameters": [{
113                                 "is_vararg": false,
114                                 "name": "endurance_bonus",
115                                 "mtype": {
116                                         "name": "Int",
117                                         "synopsis": "Some services about Integers.",
118                                         "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
119                                 }
120                         }],
121                         "return_mtype": null
122                 }
123         }, {
124                 "name": "init",
125                 "namespace": [{
126                         "name": "test_prog",
127                         "synopsis": "Test program for model tools."
128                 }, "$", {
129                         "name": "Career",
130                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
131                 }, "$", {
132                         "name": "Object",
133                         "synopsis": "Root of everything."
134                 }, "::", {
135                         "name": "init"
136                 }],
137                 "class_name": "MMethodDef",
138                 "full_name": "test_prog$Career$Object::init",
139                 "visibility": "public",
140                 "modifiers": ["redef", "init"],
141                 "msignature": {
142                         "arity": 0,
143                         "mparameters": [],
144                         "return_mtype": null
145                 }
146         }, {
147                 "name": "intelligence_bonus",
148                 "namespace": [{
149                         "name": "test_prog",
150                         "synopsis": "Test program for model tools."
151                 }, "::", {
152                         "name": "Career",
153                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
154                 }, "::", {
155                         "name": "intelligence_bonus"
156                 }],
157                 "class_name": "MMethod",
158                 "full_name": "test_prog::Career::intelligence_bonus",
159                 "visibility": "public",
160                 "modifiers": ["fun"],
161                 "msignature": {
162                         "arity": 0,
163                         "mparameters": [],
164                         "return_mtype": {
165                                 "name": "Int",
166                                 "synopsis": "Some services about Integers.",
167                                 "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
168                         }
169                 }
170         }, {
171                 "name": "intelligence_bonus=",
172                 "namespace": [{
173                         "name": "test_prog",
174                         "synopsis": "Test program for model tools."
175                 }, "::", {
176                         "name": "Career",
177                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
178                 }, "::", {
179                         "name": "intelligence_bonus="
180                 }],
181                 "class_name": "MMethod",
182                 "full_name": "test_prog::Career::intelligence_bonus=",
183                 "visibility": "protected",
184                 "modifiers": ["protected", "fun"],
185                 "msignature": {
186                         "arity": 1,
187                         "mparameters": [{
188                                 "is_vararg": false,
189                                 "name": "intelligence_bonus",
190                                 "mtype": {
191                                         "name": "Int",
192                                         "synopsis": "Some services about Integers.",
193                                         "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
194                                 }
195                         }],
196                         "return_mtype": null
197                 }
198         }, {
199                 "name": "strength_bonus",
200                 "namespace": [{
201                         "name": "test_prog",
202                         "synopsis": "Test program for model tools."
203                 }, "::", {
204                         "name": "Career",
205                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
206                 }, "::", {
207                         "name": "strength_bonus"
208                 }],
209                 "class_name": "MMethod",
210                 "full_name": "test_prog::Career::strength_bonus",
211                 "visibility": "public",
212                 "modifiers": ["fun"],
213                 "msignature": {
214                         "arity": 0,
215                         "mparameters": [],
216                         "return_mtype": {
217                                 "name": "Int",
218                                 "synopsis": "Some services about Integers.",
219                                 "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
220                         }
221                 }
222         }, {
223                 "name": "strength_bonus=",
224                 "namespace": [{
225                         "name": "test_prog",
226                         "synopsis": "Test program for model tools."
227                 }, "::", {
228                         "name": "Career",
229                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
230                 }, "::", {
231                         "name": "strength_bonus="
232                 }],
233                 "class_name": "MMethod",
234                 "full_name": "test_prog::Career::strength_bonus=",
235                 "visibility": "protected",
236                 "modifiers": ["protected", "fun"],
237                 "msignature": {
238                         "arity": 1,
239                         "mparameters": [{
240                                 "is_vararg": false,
241                                 "name": "strength_bonus",
242                                 "mtype": {
243                                         "name": "Int",
244                                         "synopsis": "Some services about Integers.",
245                                         "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
246                                 }
247                         }],
248                         "return_mtype": null
249                 }
250         }],
251         "page": null,
252         "count": null,
253         "limit": null,
254         "max": null
255 }