doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_descendants.res
1 {
2         "results": [{
3                 "name": "Alcoholic",
4                 "synopsis": "Alcoholics are good to nothing escept taking punches.",
5                 "namespace": [{
6                         "name": "test_prog",
7                         "synopsis": "Test program for model tools."
8                 }, "::", {
9                         "name": "Alcoholic",
10                         "synopsis": "Alcoholics are good to nothing escept taking punches."
11                 }],
12                 "class_name": "MClass",
13                 "full_name": "test_prog::Alcoholic",
14                 "visibility": "public",
15                 "html_synopsis": "<span class=\"synopsis nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
16                 "modifiers": ["class"]
17         }, {
18                 "name": "Magician",
19                 "synopsis": "Magicians know magic and how to use it.",
20                 "namespace": [{
21                         "name": "test_prog",
22                         "synopsis": "Test program for model tools."
23                 }, "::", {
24                         "name": "Magician",
25                         "synopsis": "Magicians know magic and how to use it."
26                 }],
27                 "class_name": "MClass",
28                 "full_name": "test_prog::Magician",
29                 "visibility": "public",
30                 "html_synopsis": "<span class=\"synopsis nitdoc\">Magicians know magic and how to use it.</span>",
31                 "modifiers": ["class"]
32         }, {
33                 "name": "Warrior",
34                 "synopsis": "Warriors are good for fighting.",
35                 "namespace": [{
36                         "name": "test_prog",
37                         "synopsis": "Test program for model tools."
38                 }, "::", {
39                         "name": "Warrior",
40                         "synopsis": "Warriors are good for fighting."
41                 }],
42                 "class_name": "MClass",
43                 "full_name": "test_prog::Warrior",
44                 "visibility": "public",
45                 "html_synopsis": "<span class=\"synopsis nitdoc\">Warriors are good for fighting.</span>",
46                 "modifiers": ["class"]
47         }],
48         "page": null,
49         "count": null,
50         "limit": null,
51         "max": null
52 }