doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_entity.res
1 {
2         "name": "Character",
3         "synopsis": "Characters can be played by both the human or the machine.",
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         "class_name": "MClass",
12         "full_name": "test_prog::Character",
13         "visibility": "public",
14         "html_synopsis": "<span class=\"synopsis nitdoc\">Characters can be played by both the human or the machine.</span>",
15         "modifiers": ["class"]
16 }