doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_model.sav / test_groups_to_full_json.res
1 {
2         "name": "test_prog",
3         "synopsis": "Test program for model tools.",
4         "namespace": [{
5                 "name": "test_prog",
6                 "synopsis": "Test program for model tools."
7         }, ">"],
8         "class_name": "MGroup",
9         "full_name": "test_prog>",
10         "visibility": "public",
11         "html_synopsis": "<span class=\"synopsis nitdoc\">Test program for model tools.</span>",
12         "modifiers": ["group"]
13 }
14 {
15         "name": "examples",
16         "namespace": [{
17                 "name": "test_prog",
18                 "synopsis": "Test program for model tools."
19         }, ">", {
20                 "name": "examples"
21         }, ">"],
22         "class_name": "MGroup",
23         "full_name": "test_prog>examples>",
24         "visibility": "public",
25         "modifiers": ["group"]
26 }
27 {
28         "name": "game",
29         "synopsis": "Gaming group",
30         "namespace": [{
31                 "name": "test_prog",
32                 "synopsis": "Test program for model tools."
33         }, ">", {
34                 "name": "game",
35                 "synopsis": "Gaming group"
36         }, ">"],
37         "class_name": "MGroup",
38         "full_name": "test_prog>game>",
39         "visibility": "public",
40         "html_synopsis": "<span class=\"synopsis nitdoc\">Gaming group</span>",
41         "modifiers": ["group"]
42 }
43 {
44         "name": "man",
45         "namespace": [{
46                 "name": "test_prog",
47                 "synopsis": "Test program for model tools."
48         }, ">", {
49                 "name": "man"
50         }, ">"],
51         "class_name": "MGroup",
52         "full_name": "test_prog>man>",
53         "visibility": "public",
54         "modifiers": ["group"]
55 }
56 {
57         "name": "platform",
58         "synopsis": "Fictive Crappy Platform.",
59         "namespace": [{
60                 "name": "test_prog",
61                 "synopsis": "Test program for model tools."
62         }, ">", {
63                 "name": "platform",
64                 "synopsis": "Fictive Crappy Platform."
65         }, ">"],
66         "class_name": "MGroup",
67         "full_name": "test_prog>platform>",
68         "visibility": "public",
69         "html_synopsis": "<span class=\"synopsis nitdoc\">Fictive Crappy Platform.</span>",
70         "modifiers": ["group"]
71 }
72 {
73         "name": "rpg",
74         "synopsis": "Role Playing Game group",
75         "namespace": [{
76                 "name": "test_prog",
77                 "synopsis": "Test program for model tools."
78         }, ">", {
79                 "name": "rpg",
80                 "synopsis": "Role Playing Game group"
81         }, ">"],
82         "class_name": "MGroup",
83         "full_name": "test_prog>rpg>",
84         "visibility": "public",
85         "html_synopsis": "<span class=\"synopsis nitdoc\">Role Playing Game group</span>",
86         "modifiers": ["group"]
87 }
88 {
89         "name": "tests",
90         "namespace": [{
91                 "name": "test_prog",
92                 "synopsis": "Test program for model tools."
93         }, ">", {
94                 "name": "tests"
95         }, ">"],
96         "class_name": "MGroup",
97         "full_name": "test_prog>tests>",
98         "visibility": "public",
99         "modifiers": ["group"]
100 }
101 {
102         "name": "excluded",
103         "namespace": [{
104                 "name": "excluded"
105         }, ">"],
106         "class_name": "MGroup",
107         "full_name": "excluded>",
108         "visibility": "public",
109         "modifiers": ["group"]
110 }