doc: Rename `synopsys` into `synopsis`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_search.res
1 {
2         "results": [{
3                 "name": "Career",
4                 "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
5                 "namespace": [{
6                         "name": "test_prog",
7                         "synopsis": "Test program for model tools."
8                 }, "::", {
9                         "name": "Career",
10                         "synopsis": "A `Career` gives a characteristic bonus or malus to the character."
11                 }],
12                 "class_name": "MClass",
13                 "full_name": "test_prog::Career",
14                 "visibility": "public",
15                 "html_synopsis": "<span class=\"synopsis nitdoc\">A <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> gives a characteristic bonus or malus to the character.</span>",
16                 "modifiers": ["abstract class"]
17         }],
18         "page": 1,
19         "count": 1,
20         "limit": 10,
21         "max": 1
22 }