src/doc/commands/templates: move `commands_json` to `json_commands`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_entity.res
diff --git a/src/doc/templates/tests/test_json_commands.sav/test_cmd_entity.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_entity.res
new file mode 100644 (file)
index 0000000..e229fc7
--- /dev/null
@@ -0,0 +1,16 @@
+{
+       "name": "Character",
+       "synopsis": "Characters can be played by both the human or the machine.",
+       "namespace": [{
+               "name": "test_prog",
+               "synopsis": "Test program for model tools."
+       }, "::", {
+               "name": "Character",
+               "synopsis": "Characters can be played by both the human or the machine."
+       }],
+       "class_name": "MClass",
+       "full_name": "test_prog::Character",
+       "visibility": "public",
+       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters can be played by both the human or the machine.</span>",
+       "modifiers": ["class"]
+}