doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_model.sav / test_packages_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": "MPackage",
9         "full_name": "test_prog",
10         "visibility": "public",
11         "html_synopsis": "<span class=\"synopsis nitdoc\">Test program for model tools.</span>",
12         "modifiers": ["package"],
13         "license": "Apache-2.0",
14         "tags": ["test", "game"]
15 }
16 {
17         "name": "excluded",
18         "namespace": [{
19                 "name": "excluded"
20         }],
21         "class_name": "MPackage",
22         "full_name": "excluded",
23         "visibility": "public",
24         "modifiers": ["package"]
25 }