doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_ancestors.res
1 {
2         "results": [{
3                 "name": "Object",
4                 "synopsis": "Root of everything.",
5                 "namespace": [{
6                         "name": "test_prog",
7                         "synopsis": "Test program for model tools."
8                 }, "::", {
9                         "name": "Object",
10                         "synopsis": "Root of everything."
11                 }],
12                 "class_name": "MClass",
13                 "full_name": "test_prog::Object",
14                 "visibility": "public",
15                 "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>",
16                 "modifiers": ["interface"]
17         }],
18         "page": null,
19         "count": null,
20         "limit": null,
21         "max": null
22 }