doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_call.res
1 {
2         "results": [{
3                 "name": "init",
4                 "namespace": [{
5                         "name": "test_prog",
6                         "synopsis": "Test program for model tools."
7                 }, "$", {
8                         "name": "Character",
9                         "synopsis": "Characters can be played by both the human or the machine."
10                 }, "$", {
11                         "name": "Object",
12                         "synopsis": "Root of everything."
13                 }, "::", {
14                         "name": "init"
15                 }],
16                 "class_name": "MMethodDef",
17                 "full_name": "test_prog$Character$Object::init",
18                 "visibility": "public",
19                 "modifiers": ["redef", "init"],
20                 "msignature": {
21                         "arity": 0,
22                         "mparameters": [],
23                         "return_mtype": null
24                 }
25         }, {
26                 "name": "total_strengh",
27                 "synopsis": "The actual strength of the character.",
28                 "namespace": [{
29                         "name": "test_prog",
30                         "synopsis": "Test program for model tools."
31                 }, "$", {
32                         "name": "Character",
33                         "synopsis": "Characters can be played by both the human or the machine."
34                 }, "$", {
35                         "name": "total_strengh",
36                         "synopsis": "The actual strength of the character."
37                 }],
38                 "class_name": "MMethodDef",
39                 "full_name": "test_prog$Character$total_strengh",
40                 "visibility": "public",
41                 "html_synopsis": "<span class=\"synopsis nitdoc\">The actual strength of the character.</span>",
42                 "modifiers": ["fun"],
43                 "is_intro": true,
44                 "msignature": {
45                         "arity": 0,
46                         "mparameters": [],
47                         "return_mtype": {
48                                 "name": "Int",
49                                 "synopsis": "Some services about Integers.",
50                                 "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
51                         }
52                 }
53         }],
54         "page": null,
55         "count": null,
56         "limit": null,
57         "max": null
58 }