doc: Rename `synopsys` into `synopsis`
authorAlexandre Terrasa <alexandre@moz-code.org>
Sun, 14 Jul 2019 16:55:45 +0000 (12:55 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sun, 14 Jul 2019 16:55:45 +0000 (12:55 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

32 files changed:
share/nitdoc/css/nitdoc.css
share/nitweb/stylesheets/nitlight.css
share/nitweb/stylesheets/nitweb.css
src/doc/templates/html_model.nit
src/doc/templates/term_model.nit
src/doc/templates/tests/test_html_commands.sav/test_cmd_ancestors.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_call.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_children.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_comment.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_descendants.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_mains.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_mentities.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_parents.res
src/doc/templates/tests/test_html_commands.sav/test_cmd_search.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_ancestors.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_call.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_children.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_descendants.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_entity.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_features.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_mains.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_mentities.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_parents.res
src/doc/templates/tests/test_json_commands.sav/test_cmd_search.res
src/doc/templates/tests/test_json_model.sav/test_classdefs_to_full_json.res
src/doc/templates/tests/test_json_model.sav/test_classes_to_full_json.res
src/doc/templates/tests/test_json_model.sav/test_groups_to_full_json.res
src/doc/templates/tests/test_json_model.sav/test_modules_to_full_json.res
src/doc/templates/tests/test_json_model.sav/test_packages_to_full_json.res
src/doc/templates/tests/test_json_model.sav/test_propdefs_to_full_json.res
src/doc/templates/tests/test_json_model.sav/test_props_to_full_json.res
tests/sav/nitcatalog_args1.res

index 81153c7..0a51e03 100644 (file)
@@ -109,7 +109,7 @@ pre {
        color: #333;
 }
 
-.nitdoc .synopsys {
+.nitdoc .synopsis {
        margin-top: 0;
 }
 
index 63a1356..4c61f1e 100644 (file)
@@ -22,7 +22,7 @@
        color: #333;
 }
 
-.nitdoc .synopsys {
+.nitdoc .synopsis {
        margin-top: 0;
 }
 
index ccfcdd0..9e4fc8d 100644 (file)
@@ -73,7 +73,7 @@ entity-list:hover .btn-filter {
 
 /* doc */
 
-.nitdoc .synopsys {
+.nitdoc .synopsis {
        margin-top: 0;
 }
 
index 6ec000f..1b86587 100644 (file)
@@ -400,7 +400,7 @@ redef class MDoc
        var html_synopsis: Writable is lazy do
                var res = new Template
                var syn = inline_proc.process(content.first)
-               res.add "<span class=\"synopsys nitdoc\">{syn}</span>"
+               res.add "<span class=\"synopsis nitdoc\">{syn}</span>"
                return res
        end
 
@@ -420,13 +420,13 @@ redef class MDoc
                var decorator = markdown_proc.decorator.as(NitdocDecorator)
                decorator.current_mdoc = self
                res.add "<div class=\"nitdoc\">"
-               # do not use DocUnit as synopsys
+               # do not use DocUnit as synopsis
                if not lines.is_empty then
                        if not lines.first.has_prefix("    ") and
                           not lines.first.has_prefix("\t") then
-                               # parse synopsys
+                               # parse synopsis
                                var syn = inline_proc.process(lines.shift)
-                               res.add "<h1 class=\"synopsys\">{syn}</h1>"
+                               res.add "<h1 class=\"synopsis\">{syn}</h1>"
                        end
                end
                # check for annotations
@@ -565,7 +565,7 @@ redef class Model
 
        # Get a markdown inline processor for Nitdoc comments.
        #
-       # This processor is specificaly designed to inlinable doc elements like synopsys.
+       # This processor is specificaly designed to inlinable doc elements like synopsis.
        var nitdoc_inline_processor: MarkdownProcessor is lazy, writable do
                var proc = new MarkdownProcessor
                proc.decorator = new InlineDecorator
index 4a442c5..55351fb 100644 (file)
@@ -35,7 +35,7 @@ redef class MDoc
                return res.write_to_string
        end
 
-       # Returns the synopsys formatted for the console
+       # Returns the synopsis formatted for the console
        fun cs_short_comment(no_color: nullable Bool): String do
                if no_color == null or not no_color then
                        return content.first.green
index 371d4cb..5b6b45f 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dObject" title="Root of everything.">Object</a> - <span class="synopsys nitdoc">Root of everything.</span></li></ul>
+<ul><li><a href="test_prog_58d_58dObject" title="Root of everything.">Object</a> - <span class="synopsis nitdoc">Root of everything.</span></li></ul>
index b851952..6663e41 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_36dCharacter_36dObject_58d_58dinit">init</a></li><li><a href="test_prog_36dCharacter_36dtotal_strengh" title="The actual strength of the character.">total_strengh</a> - <span class="synopsys nitdoc">The actual strength of the character.</span></li></ul>
+<ul><li><a href="test_prog_36dCharacter_36dObject_58d_58dinit">init</a></li><li><a href="test_prog_36dCharacter_36dtotal_strengh" title="The actual strength of the character.">total_strengh</a> - <span class="synopsis nitdoc">The actual strength of the character.</span></li></ul>
index 04cf46a..d09e45e 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dAlcoholic" title="Alcoholics are good to nothing escept taking punches.">Alcoholic</a> - <span class="synopsys nitdoc">Alcoholics are good to nothing escept taking punches.</span></li><li><a href="test_prog_58d_58dMagician" title="Magicians know magic and how to use it.">Magician</a> - <span class="synopsys nitdoc">Magicians know magic and how to use it.</span></li><li><a href="test_prog_58d_58dWarrior" title="Warriors are good for fighting.">Warrior</a> - <span class="synopsys nitdoc">Warriors are good for fighting.</span></li></ul>
+<ul><li><a href="test_prog_58d_58dAlcoholic" title="Alcoholics are good to nothing escept taking punches.">Alcoholic</a> - <span class="synopsis nitdoc">Alcoholics are good to nothing escept taking punches.</span></li><li><a href="test_prog_58d_58dMagician" title="Magicians know magic and how to use it.">Magician</a> - <span class="synopsis nitdoc">Magicians know magic and how to use it.</span></li><li><a href="test_prog_58d_58dWarrior" title="Warriors are good for fighting.">Warrior</a> - <span class="synopsis nitdoc">Warriors are good for fighting.</span></li></ul>
index fb53356..c949391 100644 (file)
@@ -1 +1 @@
-<h3><a href="test_prog_58d_58dCharacter" title="Characters can be played by both the human or the machine.">Character</a> - <span class="synopsys nitdoc">Characters can be played by both the human or the machine.</span></h3><div class="nitdoc"></div>
+<h3><a href="test_prog_58d_58dCharacter" title="Characters can be played by both the human or the machine.">Character</a> - <span class="synopsis nitdoc">Characters can be played by both the human or the machine.</span></h3><div class="nitdoc"></div>
index 04cf46a..d09e45e 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dAlcoholic" title="Alcoholics are good to nothing escept taking punches.">Alcoholic</a> - <span class="synopsys nitdoc">Alcoholics are good to nothing escept taking punches.</span></li><li><a href="test_prog_58d_58dMagician" title="Magicians know magic and how to use it.">Magician</a> - <span class="synopsys nitdoc">Magicians know magic and how to use it.</span></li><li><a href="test_prog_58d_58dWarrior" title="Warriors are good for fighting.">Warrior</a> - <span class="synopsys nitdoc">Warriors are good for fighting.</span></li></ul>
+<ul><li><a href="test_prog_58d_58dAlcoholic" title="Alcoholics are good to nothing escept taking punches.">Alcoholic</a> - <span class="synopsis nitdoc">Alcoholics are good to nothing escept taking punches.</span></li><li><a href="test_prog_58d_58dMagician" title="Magicians know magic and how to use it.">Magician</a> - <span class="synopsis nitdoc">Magicians know magic and how to use it.</span></li><li><a href="test_prog_58d_58dWarrior" title="Warriors are good for fighting.">Warrior</a> - <span class="synopsis nitdoc">Warriors are good for fighting.</span></li></ul>
index e00f6c0..fc5836b 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dtest_prog" title="A test program with a fake model to check model tools.">test_prog</a> - <span class="synopsys nitdoc">A test program with a fake model to check model tools.</span></li></ul>
+<ul><li><a href="test_prog_58d_58dtest_prog" title="A test program with a fake model to check model tools.">test_prog</a> - <span class="synopsis nitdoc">A test program with a fake model to check model tools.</span></li></ul>
index 59e52b3..e6f0d3a 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dcareers" title="Careers of the game.">careers</a> - <span class="synopsys nitdoc">Careers of the game.</span></li><li><a href="test_prog_58d_58dcharacter" title="Characters are playable entity in the world.">character</a> - <span class="synopsys nitdoc">Characters are playable entity in the world.</span></li><li><a href="test_prog_58d_58dcombat" title="COmbat interactions between characters.">combat</a> - <span class="synopsys nitdoc">COmbat interactions between characters.</span></li><li><a href="excluded_58d_58dexcluded">excluded</a></li><li><a href="test_prog_58d_58dgame" title="A game abstraction for RPG.">game</a> - <span class="synopsys nitdoc">A game abstraction for RPG.</span></li><li><a href="test_prog_58d_58dgame_examples">game_examples</a></li><li><a href="test_prog_58d_58dplatform" title="Declares base types allowed on the platform.">platform</a> - <span class="synopsys nitdoc">Declares base types allowed on the platform.</span></li><li><a href="test_prog_58d_58draces" title="Races of the game.">races</a> - <span class="synopsys nitdoc">Races of the game.</span></li><li><a href="test_prog_58d_58drpg" title="A worlg RPG abstraction.">rpg</a> - <span class="synopsys nitdoc">A worlg RPG abstraction.</span></li><li><a href="test_prog_58d_58dtest_game">test_game</a></li><li><a href="test_prog_58d_58dtest_prog" title="A test program with a fake model to check model tools.">test_prog</a> - <span class="synopsys nitdoc">A test program with a fake model to check model tools.</span></li></ul>
+<ul><li><a href="test_prog_58d_58dcareers" title="Careers of the game.">careers</a> - <span class="synopsis nitdoc">Careers of the game.</span></li><li><a href="test_prog_58d_58dcharacter" title="Characters are playable entity in the world.">character</a> - <span class="synopsis nitdoc">Characters are playable entity in the world.</span></li><li><a href="test_prog_58d_58dcombat" title="COmbat interactions between characters.">combat</a> - <span class="synopsis nitdoc">COmbat interactions between characters.</span></li><li><a href="excluded_58d_58dexcluded">excluded</a></li><li><a href="test_prog_58d_58dgame" title="A game abstraction for RPG.">game</a> - <span class="synopsis nitdoc">A game abstraction for RPG.</span></li><li><a href="test_prog_58d_58dgame_examples">game_examples</a></li><li><a href="test_prog_58d_58dplatform" title="Declares base types allowed on the platform.">platform</a> - <span class="synopsis nitdoc">Declares base types allowed on the platform.</span></li><li><a href="test_prog_58d_58draces" title="Races of the game.">races</a> - <span class="synopsis nitdoc">Races of the game.</span></li><li><a href="test_prog_58d_58drpg" title="A worlg RPG abstraction.">rpg</a> - <span class="synopsis nitdoc">A worlg RPG abstraction.</span></li><li><a href="test_prog_58d_58dtest_game">test_game</a></li><li><a href="test_prog_58d_58dtest_prog" title="A test program with a fake model to check model tools.">test_prog</a> - <span class="synopsis nitdoc">A test program with a fake model to check model tools.</span></li></ul>
index 2953e58..3d4fcc3 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dCareer" title="A `Career` gives a characteristic bonus or malus to the character.">Career</a> - <span class="synopsys 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></li></ul>
+<ul><li><a href="test_prog_58d_58dCareer" title="A `Career` gives a characteristic bonus or malus to the character.">Career</a> - <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></li></ul>
index 2953e58..3d4fcc3 100644 (file)
@@ -1 +1 @@
-<ul><li><a href="test_prog_58d_58dCareer" title="A `Career` gives a characteristic bonus or malus to the character.">Career</a> - <span class="synopsys 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></li></ul>
+<ul><li><a href="test_prog_58d_58dCareer" title="A `Career` gives a characteristic bonus or malus to the character.">Career</a> - <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></li></ul>
index 26a3c60..359d753 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Object",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>",
                "modifiers": ["interface"]
        }],
        "page": null,
index b49877d..0b60952 100644 (file)
@@ -38,7 +38,7 @@
                "class_name": "MMethodDef",
                "full_name": "test_prog$Character$total_strengh",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">The actual strength of the character.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">The actual strength of the character.</span>",
                "modifiers": ["fun"],
                "is_intro": true,
                "msignature": {
@@ -47,7 +47,7 @@
                        "return_mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }
        }],
index 0f1dd96..bc08d45 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Alcoholic",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
                "modifiers": ["class"]
        }, {
                "name": "Magician",
@@ -27,7 +27,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Magician",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Magicians know magic and how to use it.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Magicians know magic and how to use it.</span>",
                "modifiers": ["class"]
        }, {
                "name": "Warrior",
@@ -42,7 +42,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Warrior",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Warriors are good for fighting.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Warriors are good for fighting.</span>",
                "modifiers": ["class"]
        }],
        "page": null,
index 0f1dd96..bc08d45 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Alcoholic",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
                "modifiers": ["class"]
        }, {
                "name": "Magician",
@@ -27,7 +27,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Magician",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Magicians know magic and how to use it.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Magicians know magic and how to use it.</span>",
                "modifiers": ["class"]
        }, {
                "name": "Warrior",
@@ -42,7 +42,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Warrior",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Warriors are good for fighting.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Warriors are good for fighting.</span>",
                "modifiers": ["class"]
        }],
        "page": null,
index e229fc7..280be8f 100644 (file)
@@ -11,6 +11,6 @@
        "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>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters can be played by both the human or the machine.</span>",
        "modifiers": ["class"]
 }
index e483a2e..88019d8 100644 (file)
@@ -20,7 +20,7 @@
                "static_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }, {
                "name": "_intelligence_bonus",
@@ -43,7 +43,7 @@
                "static_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }, {
                "name": "_strength_bonus",
@@ -66,7 +66,7 @@
                "static_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }, {
                "name": "endurance_bonus",
@@ -89,7 +89,7 @@
                        "return_mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }
        }, {
                                "mtype": {
                                        "name": "Int",
                                        "synopsis": "Some services about Integers.",
-                                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                                }
                        }],
                        "return_mtype": null
                        "return_mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }
        }, {
                                "mtype": {
                                        "name": "Int",
                                        "synopsis": "Some services about Integers.",
-                                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                                }
                        }],
                        "return_mtype": null
                        "return_mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }
        }, {
                                "mtype": {
                                        "name": "Int",
                                        "synopsis": "Some services about Integers.",
-                                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                                }
                        }],
                        "return_mtype": null
index 529d91b..33c44c6 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MModule",
                "full_name": "test_prog::test_prog",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">A test program with a fake model to check model tools.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">A test program with a fake model to check model tools.</span>",
                "modifiers": ["module"]
        }]
 }
index 5d6c8d9..b4597e1 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MModule",
                "full_name": "test_prog::careers",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Careers of the game.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Careers of the game.</span>",
                "modifiers": ["module"]
        }, {
                "name": "character",
@@ -27,7 +27,7 @@
                "class_name": "MModule",
                "full_name": "test_prog::character",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Characters are playable entity in the world.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Characters are playable entity in the world.</span>",
                "modifiers": ["module"]
        }, {
                "name": "combat",
@@ -42,7 +42,7 @@
                "class_name": "MModule",
                "full_name": "test_prog::combat",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">COmbat interactions between characters.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">COmbat interactions between characters.</span>",
                "modifiers": ["module"]
        }, {
                "name": "excluded",
@@ -68,7 +68,7 @@
                "class_name": "MModule",
                "full_name": "test_prog::game",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">A game abstraction for RPG.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">A game abstraction for RPG.</span>",
                "modifiers": ["module"]
        }, {
                "name": "game_examples",
@@ -95,7 +95,7 @@
                "class_name": "MModule",
                "full_name": "test_prog::platform",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Declares base types allowed on the platform.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Declares base types allowed on the platform.</span>",
                "modifiers": ["module"]
        }, {
                "name": "races",
                "class_name": "MModule",
                "full_name": "test_prog::races",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Races of the game.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Races of the game.</span>",
                "modifiers": ["module"]
        }, {
                "name": "rpg",
                "class_name": "MModule",
                "full_name": "test_prog::rpg",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">A worlg RPG abstraction.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">A worlg RPG abstraction.</span>",
                "modifiers": ["module"]
        }, {
                "name": "test_game",
                "class_name": "MModule",
                "full_name": "test_prog::test_prog",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">A test program with a fake model to check model tools.</span>",
+               "html_synopsis": "<span class=\"synopsis nitdoc\">A test program with a fake model to check model tools.</span>",
                "modifiers": ["module"]
        }],
        "page": null,
index 5e2fe63..f734635 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Career",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys 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>",
+               "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>",
                "modifiers": ["abstract class"]
        }],
        "page": null,
index 93e7114..853bacb 100644 (file)
@@ -12,7 +12,7 @@
                "class_name": "MClass",
                "full_name": "test_prog::Career",
                "visibility": "public",
-               "html_synopsis": "<span class=\"synopsys 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>",
+               "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>",
                "modifiers": ["abstract class"]
        }],
        "page": 1,
index 42e562f..7c30dab 100644 (file)
@@ -11,7 +11,7 @@
        "class_name": "MClassDef",
        "full_name": "test_prog$Object",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>",
        "modifiers": ["interface"],
        "is_intro": true
 }
@@ -28,7 +28,7 @@
        "class_name": "MClassDef",
        "full_name": "test_prog$Int",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
@@ -45,7 +45,7 @@
        "class_name": "MClassDef",
        "full_name": "test_prog$Float",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
@@ -62,7 +62,7 @@
        "class_name": "MClassDef",
        "full_name": "test_prog$Bool",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
@@ -79,7 +79,7 @@
        "class_name": "MClassDef",
        "full_name": "test_prog$String",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
@@ -96,7 +96,7 @@
        "class_name": "MClassDef",
        "full_name": "test_prog$List",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>",
        "modifiers": ["class"],
        "is_intro": true,
        "mparameters": [{
                "mtype": {
                        "name": "nullable Object",
                        "synopsis": "Root of everything.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>"
                }
        }]
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Sys",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Sys</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Sys</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog::test_prog$Sys",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Sys</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Sys</span>",
        "modifiers": ["redef", "class"]
 }
 {
        "class_name": "MClassDef",
        "full_name": "test_prog$Career",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys 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>",
+       "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>",
        "modifiers": ["abstract class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Warrior",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Warriors are good for fighting.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Warriors are good for fighting.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Magician",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Magicians know magic and how to use it.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Magicians know magic and how to use it.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Alcoholic",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Race",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>",
        "modifiers": ["abstract class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Human",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Humans are able to do everithing.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Humans are able to do everithing.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Dwarf",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Dwarves make strong warriors.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Dwarves make strong warriors.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog::combat$Dwarf",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Dwarves can be used as weapons.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Dwarves can be used as weapons.</span>",
        "modifiers": ["redef", "class"]
 }
 {
        "class_name": "MClassDef",
        "full_name": "test_prog$Elf",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Elves make good magicians.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Elves make good magicians.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "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>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters can be played by both the human or the machine.</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog::combat$Character",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters are now <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Comabatable</span></span></span></code></span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters are now <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Comabatable</span></span></span></code></span>",
        "modifiers": ["redef", "class"]
 }
 {
        "class_name": "MClassDef",
        "full_name": "test_prog$Weapon",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be used to attack someone and inflict damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be used to attack someone and inflict damage.</span>",
        "modifiers": ["interface"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Combatable",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>",
        "modifiers": ["interface"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$Game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">This is the interface you have to implement to use ure gaming platform.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">This is the interface you have to implement to use ure gaming platform.</span>",
        "modifiers": ["interface"],
        "is_intro": true
 }
        "class_name": "MClassDef",
        "full_name": "test_prog$MyGame",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">This is an example of how to implement the Game interface</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">This is an example of how to implement the Game interface</span>",
        "modifiers": ["class"],
        "is_intro": true
 }
index 18c77c4..bd913fb 100644 (file)
@@ -11,7 +11,7 @@
        "class_name": "MClass",
        "full_name": "test_prog::Object",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>",
        "modifiers": ["interface"]
 }
 {
@@ -27,7 +27,7 @@
        "class_name": "MClass",
        "full_name": "test_prog::Int",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>",
        "modifiers": ["class"]
 }
 {
@@ -43,7 +43,7 @@
        "class_name": "MClass",
        "full_name": "test_prog::Float",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>",
        "modifiers": ["class"]
 }
 {
@@ -59,7 +59,7 @@
        "class_name": "MClass",
        "full_name": "test_prog::Bool",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>",
        "modifiers": ["class"]
 }
 {
@@ -75,7 +75,7 @@
        "class_name": "MClass",
        "full_name": "test_prog::String",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::List",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>",
        "modifiers": ["class"],
        "mparameters": [{
                "name": "E",
                "mtype": {
                        "name": "nullable Object",
                        "synopsis": "Root of everything.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>"
                }
        }]
 }
        "class_name": "MClass",
        "full_name": "test_prog::Sys",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Sys</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Sys</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Career",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys 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>",
+       "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>",
        "modifiers": ["abstract class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Warrior",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Warriors are good for fighting.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Warriors are good for fighting.</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Magician",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Magicians know magic and how to use it.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Magicians know magic and how to use it.</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Alcoholic",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Alcoholics are good to nothing escept taking punches.</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Race",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>",
        "modifiers": ["abstract class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Human",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Humans are able to do everithing.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Humans are able to do everithing.</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Dwarf",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Dwarves make strong warriors.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Dwarves make strong warriors.</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Elf",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Elves make good magicians.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Elves make good magicians.</span>",
        "modifiers": ["class"]
 }
 {
        "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>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters can be played by both the human or the machine.</span>",
        "modifiers": ["class"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Weapon",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be used to attack someone and inflict damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be used to attack someone and inflict damage.</span>",
        "modifiers": ["interface"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Combatable",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>",
        "modifiers": ["interface"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::Game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">This is the interface you have to implement to use ure gaming platform.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">This is the interface you have to implement to use ure gaming platform.</span>",
        "modifiers": ["interface"]
 }
 {
        "class_name": "MClass",
        "full_name": "test_prog::MyGame",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">This is an example of how to implement the Game interface</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">This is an example of how to implement the Game interface</span>",
        "modifiers": ["class"]
 }
 {
index 885eefe..48db918 100644 (file)
@@ -8,7 +8,7 @@
        "class_name": "MGroup",
        "full_name": "test_prog>",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Test program for model tools.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Test program for model tools.</span>",
        "modifiers": ["group"]
 }
 {
@@ -37,7 +37,7 @@
        "class_name": "MGroup",
        "full_name": "test_prog>game>",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Gaming group</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Gaming group</span>",
        "modifiers": ["group"]
 }
 {
@@ -66,7 +66,7 @@
        "class_name": "MGroup",
        "full_name": "test_prog>platform>",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Fictive Crappy Platform.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Fictive Crappy Platform.</span>",
        "modifiers": ["group"]
 }
 {
@@ -82,7 +82,7 @@
        "class_name": "MGroup",
        "full_name": "test_prog>rpg>",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Role Playing Game group</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Role Playing Game group</span>",
        "modifiers": ["group"]
 }
 {
index 857fcb1..941833d 100644 (file)
@@ -36,7 +36,7 @@
        "class_name": "MModule",
        "full_name": "test_prog::game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">A game abstraction for RPG.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">A game abstraction for RPG.</span>",
        "modifiers": ["module"]
 }
 {
@@ -52,7 +52,7 @@
        "class_name": "MModule",
        "full_name": "test_prog::platform",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Declares base types allowed on the platform.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Declares base types allowed on the platform.</span>",
        "modifiers": ["module"]
 }
 {
@@ -68,7 +68,7 @@
        "class_name": "MModule",
        "full_name": "test_prog::careers",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Careers of the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Careers of the game.</span>",
        "modifiers": ["module"]
 }
 {
@@ -84,7 +84,7 @@
        "class_name": "MModule",
        "full_name": "test_prog::character",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters are playable entity in the world.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters are playable entity in the world.</span>",
        "modifiers": ["module"]
 }
 {
        "class_name": "MModule",
        "full_name": "test_prog::combat",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">COmbat interactions between characters.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">COmbat interactions between characters.</span>",
        "modifiers": ["module"]
 }
 {
        "class_name": "MModule",
        "full_name": "test_prog::races",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Races of the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Races of the game.</span>",
        "modifiers": ["module"]
 }
 {
        "class_name": "MModule",
        "full_name": "test_prog::rpg",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">A worlg RPG abstraction.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">A worlg RPG abstraction.</span>",
        "modifiers": ["module"]
 }
 {
        "class_name": "MModule",
        "full_name": "test_prog::test_prog",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">A test program with a fake model to check model tools.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">A test program with a fake model to check model tools.</span>",
        "modifiers": ["module"]
 }
 {
index 8715a80..6291dc0 100644 (file)
@@ -8,7 +8,7 @@
        "class_name": "MPackage",
        "full_name": "test_prog",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Test program for model tools.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Test program for model tools.</span>",
        "modifiers": ["package"],
        "license": "Apache-2.0",
        "tags": ["test", "game"]
index ea14337..802b1ec 100644 (file)
        "class_name": "MVirtualTypeDef",
        "full_name": "test_prog$Object$OTHER",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used for comparisons.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used for comparisons.</span>",
        "modifiers": ["type"],
        "is_intro": true,
        "bound": {
                "name": "nullable Object",
                "synopsis": "Root of everything.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>"
        }
 }
 {
@@ -39,7 +39,7 @@
        "class_name": "MMethodDef",
        "full_name": "test_prog$Object$==",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> equqls to <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> equqls to <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
        "modifiers": ["intern", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "OTHER",
                                "synopsis": "Used for comparisons.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Used for comparisons.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Used for comparisons.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
@@ -76,7 +76,7 @@
        "class_name": "MMethodDef",
        "full_name": "test_prog$Object$!=",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> different from <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> different from <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "OTHER",
                                "synopsis": "Used for comparisons.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Used for comparisons.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Used for comparisons.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttributeDef",
        "full_name": "test_prog$Race$_base_strength",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how strong the race is.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how strong the race is.</span>",
        "modifiers": ["private", "var"],
        "is_intro": true,
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethodDef",
        "full_name": "test_prog$Race$base_strength",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how strong the race is.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how strong the race is.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Race$base_strength=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how strong the race is.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how strong the race is.</span>",
        "modifiers": ["protected", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttributeDef",
        "full_name": "test_prog$Race$_base_endurance",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how the race can absorb damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how the race can absorb damage.</span>",
        "modifiers": ["private", "var"],
        "is_intro": true,
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethodDef",
        "full_name": "test_prog$Race$base_endurance",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how the race can absorb damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how the race can absorb damage.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Race$base_endurance=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how the race can absorb damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how the race can absorb damage.</span>",
        "modifiers": ["protected", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttributeDef",
        "full_name": "test_prog$Race$_base_intelligence",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is this race smart?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is this race smart?</span>",
        "modifiers": ["private", "var"],
        "is_intro": true,
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethodDef",
        "full_name": "test_prog$Race$base_intelligence",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is this race smart?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is this race smart?</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Race$base_intelligence=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is this race smart?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is this race smart?</span>",
        "modifiers": ["protected", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttributeDef",
        "full_name": "test_prog$Character$_race",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
        "modifiers": ["private", "var"],
        "is_intro": true,
        "static_mtype": {
                "name": "Race",
                "synopsis": "Race determines basic characteristics and what the character will be able to do in life.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
        }
 }
 {
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$race",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Race",
                        "synopsis": "Race determines basic characteristics and what the character will be able to do in life.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$race=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
        "modifiers": ["protected", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Race",
                                "synopsis": "Race determines basic characteristics and what the character will be able to do in life.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttributeDef",
        "full_name": "test_prog$Character$_career",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
        "modifiers": ["private", "var"],
        "is_intro": true,
        "static_mtype": {
                "name": "nullable Career",
                "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
-               "html_synopsis": "<span class=\"synopsys 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>"
+               "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>"
        }
 }
 {
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$career",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "nullable Career",
                        "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
-                       "html_synopsis": "<span class=\"synopsys 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>"
+                       "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>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$career=",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "nullable Career",
                                "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
-                               "html_synopsis": "<span class=\"synopsys 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>"
+                               "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>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "String",
                "synopsis": "Strings (there is no chars...).",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "String",
                        "synopsis": "Strings (there is no chars...).",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>"
                }
        }
 }
                        "mtype": {
                                "name": "String",
                                "synopsis": "Strings (there is no chars...).",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Bool",
                "synopsis": "Booleans, `true` or `false`.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Bool",
                                "synopsis": "Booleans, `true` or `false`.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$total_strengh",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The actual strength of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The actual strength of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$total_endurance",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The actual endurance of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The actual endurance of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$total_intelligence",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The acutal intelligence of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The acutal intelligence of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$max_health",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Maximum health of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Maximum health of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MAttributeDef",
        "full_name": "test_prog$Character$_health",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
        "modifiers": ["private", "var"],
        "is_intro": true,
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$health",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Character$health=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
        "modifiers": ["protected", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MMethodDef",
        "full_name": "test_prog$Weapon$dps",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Damage per second inflicted by this weapon.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Damage per second inflicted by this weapon.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog::combat$Dwarf$Weapon::dps",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Dwarf <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">dps</span></span></span></code> are based on the dwarf <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">base_endurance</span></span></span></code> (represents weight here)</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Dwarf <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">dps</span></span></span></code> are based on the dwarf <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">base_endurance</span></span></span></code> (represents weight here)</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog::combat$Character$Combatable::hit_points",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Use character <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> to determines hit_points.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Use character <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> to determines hit_points.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Combatable$attack",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">A <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can attack a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">target</span></span></span></code> that is also a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code>.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">A <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can attack a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">target</span></span></span></code> that is also a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code>.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Combatable",
                                "synopsis": "Something that can be combatted, it can `attack` and `defend`.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
                        }
                }, {
                        "is_vararg": false,
                        "mtype": {
                                "name": "Weapon",
                                "synopsis": "Something that can be used to attack someone and inflict damage.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Combatable$direct_attack",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Like <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> but cannot be defended.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Like <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> but cannot be defended.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Combatable",
                                "synopsis": "Something that can be combatted, it can `attack` and `defend`.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
                        }
                }, {
                        "is_vararg": false,
                        "mtype": {
                                "name": "Weapon",
                                "synopsis": "Something that can be used to attack someone and inflict damage.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Combatable$defend",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\"><code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can defend against attacks.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\"><code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can defend against attacks.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Combatable$is_dead",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is the character still have hit_points?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is the character still have hit_points?</span>",
        "modifiers": ["fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Game$player_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters played by human players.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters played by human players.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$MyGame$Game::player_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters played by human players.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters played by human players.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$TestGame$Game::player_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters played by human players.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters played by human players.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Game$computer_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters players by computer.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters players by computer.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$MyGame$Game::computer_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters players by computer.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters players by computer.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethodDef",
        "full_name": "test_prog$Game$start_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Start the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Start the game.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
        "class_name": "MMethodDef",
        "full_name": "test_prog$MyGame$Game::start_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Start the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Start the game.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
        "class_name": "MMethodDef",
        "full_name": "test_prog$Game$pause_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Pause the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Pause the game.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
        "class_name": "MMethodDef",
        "full_name": "test_prog$MyGame$Game::pause_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Pause the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Pause the game.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
        "class_name": "MMethodDef",
        "full_name": "test_prog$Game$stop_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Stop the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Stop the game.</span>",
        "modifiers": ["abstract", "fun"],
        "is_intro": true,
        "msignature": {
        "class_name": "MMethodDef",
        "full_name": "test_prog$MyGame$Game::stop_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Stop the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Stop the game.</span>",
        "modifiers": ["redef", "fun"],
        "msignature": {
                "arity": 0,
        "static_mtype": {
                "name": "List[Character]",
                "synopsis": "List of things.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
        }
 }
 {
                        "mtype": {
                                "name": "List[Character]",
                                "synopsis": "List of things.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "List[Character]",
                "synopsis": "List of things.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
        }
 }
 {
                        "mtype": {
                                "name": "List[Character]",
                                "synopsis": "List of things.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "List[Character]",
                "synopsis": "List of things.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
        }
 }
 {
                        "mtype": {
                                "name": "List[Character]",
                                "synopsis": "List of things.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                        }
                }],
                "return_mtype": null
index 961fa79..09644aa 100644 (file)
        "class_name": "MVirtualTypeProp",
        "full_name": "test_prog::Object::OTHER",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used for comparisons.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used for comparisons.</span>",
        "modifiers": ["type"],
        "bound": {
                "name": "nullable Object",
                "synopsis": "Root of everything.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Root of everything.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Root of everything.</span>"
        }
 }
 {
@@ -38,7 +38,7 @@
        "class_name": "MMethod",
        "full_name": "test_prog::Object::==",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> equqls to <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> equqls to <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
        "modifiers": ["intern", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "OTHER",
                                "synopsis": "Used for comparisons.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Used for comparisons.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Used for comparisons.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
@@ -74,7 +74,7 @@
        "class_name": "MMethod",
        "full_name": "test_prog::Object::!=",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> different from <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">other</span></span></span></code> different from <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">self</span></span></span></code>?</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "OTHER",
                                "synopsis": "Used for comparisons.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Used for comparisons.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Used for comparisons.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Float",
                                "synopsis": "Some services about Floats.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttribute",
        "full_name": "test_prog::races::Race::_base_strength",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how strong the race is.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how strong the race is.</span>",
        "modifiers": ["private", "var"],
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethod",
        "full_name": "test_prog::Race::base_strength",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how strong the race is.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how strong the race is.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Race::base_strength=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how strong the race is.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how strong the race is.</span>",
        "modifiers": ["protected", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttribute",
        "full_name": "test_prog::races::Race::_base_endurance",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how the race can absorb damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how the race can absorb damage.</span>",
        "modifiers": ["private", "var"],
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethod",
        "full_name": "test_prog::Race::base_endurance",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how the race can absorb damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how the race can absorb damage.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Race::base_endurance=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Used to represents how the race can absorb damage.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Used to represents how the race can absorb damage.</span>",
        "modifiers": ["protected", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttribute",
        "full_name": "test_prog::races::Race::_base_intelligence",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is this race smart?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is this race smart?</span>",
        "modifiers": ["private", "var"],
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethod",
        "full_name": "test_prog::Race::base_intelligence",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is this race smart?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is this race smart?</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Race::base_intelligence=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is this race smart?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is this race smart?</span>",
        "modifiers": ["protected", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttribute",
        "full_name": "test_prog::character::Character::_race",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
        "modifiers": ["private", "var"],
        "static_mtype": {
                "name": "Race",
                "synopsis": "Race determines basic characteristics and what the character will be able to do in life.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
        }
 }
 {
        "class_name": "MMethod",
        "full_name": "test_prog::Character::race",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Race",
                        "synopsis": "Race determines basic characteristics and what the character will be able to do in life.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Character::race=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Race</span></span></span></code> of the character.</span>",
        "modifiers": ["protected", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "Race",
                                "synopsis": "Race determines basic characteristics and what the character will be able to do in life.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Race determines basic characteristics and what the character will be able to do in life.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MAttribute",
        "full_name": "test_prog::character::Character::_career",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
        "modifiers": ["private", "var"],
        "static_mtype": {
                "name": "nullable Career",
                "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
-               "html_synopsis": "<span class=\"synopsys 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>"
+               "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>"
        }
 }
 {
        "class_name": "MMethod",
        "full_name": "test_prog::Character::career",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "nullable Career",
                        "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
-                       "html_synopsis": "<span class=\"synopsys 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>"
+                       "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>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Character::career=",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Career</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "nullable Career",
                                "synopsis": "A `Career` gives a characteristic bonus or malus to the character.",
-                               "html_synopsis": "<span class=\"synopsys 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>"
+                               "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>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "String",
                "synopsis": "Strings (there is no chars...).",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "String",
                        "synopsis": "Strings (there is no chars...).",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>"
                }
        }
 }
                        "mtype": {
                                "name": "String",
                                "synopsis": "Strings (there is no chars...).",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Strings (there is no chars...).</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Strings (there is no chars...).</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "Bool",
                "synopsis": "Booleans, `true` or `false`.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
        }
 }
 {
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
                        "mtype": {
                                "name": "Bool",
                                "synopsis": "Booleans, `true` or `false`.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MMethod",
        "full_name": "test_prog::Character::total_strengh",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The actual strength of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The actual strength of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Character::total_endurance",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The actual endurance of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The actual endurance of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Character::total_intelligence",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The acutal intelligence of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The acutal intelligence of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Character::max_health",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Maximum health of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Maximum health of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MAttribute",
        "full_name": "test_prog::character::Character::_health",
        "visibility": "private",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
        "modifiers": ["private", "var"],
        "static_mtype": {
                "name": "Int",
                "synopsis": "Some services about Integers.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
        }
 }
 {
        "class_name": "MMethod",
        "full_name": "test_prog::Character::health",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Character::health=",
        "visibility": "protected",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">The current <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">health</span></span></span></code> of the character.</span>",
        "modifiers": ["protected", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": null
        "class_name": "MMethod",
        "full_name": "test_prog::Weapon::dps",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Damage per second inflicted by this weapon.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Damage per second inflicted by this weapon.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Float",
                        "synopsis": "Some services about Floats.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Floats.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Floats.</span>"
                }
        }
 }
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Combatable::attack",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">A <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can attack a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">target</span></span></span></code> that is also a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code>.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">A <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can attack a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">target</span></span></span></code> that is also a <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code>.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 2,
                        "mtype": {
                                "name": "Combatable",
                                "synopsis": "Something that can be combatted, it can `attack` and `defend`.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
                        }
                }, {
                        "is_vararg": false,
                        "mtype": {
                                "name": "Weapon",
                                "synopsis": "Something that can be used to attack someone and inflict damage.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Combatable::direct_attack",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Like <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> but cannot be defended.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Like <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> but cannot be defended.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 2,
                        "mtype": {
                                "name": "Combatable",
                                "synopsis": "Something that can be combatted, it can `attack` and `defend`.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be combatted, it can <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">attack</span></span></span></code> and <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_i\">defend</span></span></span></code>.</span>"
                        }
                }, {
                        "is_vararg": false,
                        "mtype": {
                                "name": "Weapon",
                                "synopsis": "Something that can be used to attack someone and inflict damage.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Something that can be used to attack someone and inflict damage.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Combatable::defend",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\"><code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can defend against attacks.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\"><code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_t\">Combatable</span></span></span></code> can defend against attacks.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 1,
                        "mtype": {
                                "name": "Int",
                                "synopsis": "Some services about Integers.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                        }
                }],
                "return_mtype": {
                        "name": "Int",
                        "synopsis": "Some services about Integers.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Some services about Integers.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Some services about Integers.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Combatable::is_dead",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Is the character still have hit_points?</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Is the character still have hit_points?</span>",
        "modifiers": ["fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "Bool",
                        "synopsis": "Booleans, `true` or `false`.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">Booleans, <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">true</span></span></span></code> or <code class=\"nitcode\"><span class=\"nitcode\"><span class=\"line\"><span class=\"nc_k\">false</span></span></span></code>.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Game::player_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters played by human players.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters played by human players.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Game::computer_characters",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Characters players by computer.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Characters players by computer.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 0,
                "return_mtype": {
                        "name": "List[Character]",
                        "synopsis": "List of things.",
-                       "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                       "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                }
        }
 }
        "class_name": "MMethod",
        "full_name": "test_prog::Game::start_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Start the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Start the game.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 0,
        "class_name": "MMethod",
        "full_name": "test_prog::Game::pause_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Pause the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Pause the game.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 0,
        "class_name": "MMethod",
        "full_name": "test_prog::Game::stop_game",
        "visibility": "public",
-       "html_synopsis": "<span class=\"synopsys nitdoc\">Stop the game.</span>",
+       "html_synopsis": "<span class=\"synopsis nitdoc\">Stop the game.</span>",
        "modifiers": ["abstract", "fun"],
        "msignature": {
                "arity": 0,
        "static_mtype": {
                "name": "List[Character]",
                "synopsis": "List of things.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
        }
 }
 {
                        "mtype": {
                                "name": "List[Character]",
                                "synopsis": "List of things.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "List[Character]",
                "synopsis": "List of things.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
        }
 }
 {
                        "mtype": {
                                "name": "List[Character]",
                                "synopsis": "List of things.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                        }
                }],
                "return_mtype": null
        "static_mtype": {
                "name": "List[Character]",
                "synopsis": "List of things.",
-               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
        }
 }
 {
                        "mtype": {
                                "name": "List[Character]",
                                "synopsis": "List of things.",
-                               "html_synopsis": "<span class=\"synopsys nitdoc\">List of things.</span>"
+                               "html_synopsis": "<span class=\"synopsis nitdoc\">List of things.</span>"
                        }
                }],
                "return_mtype": null
index 7ab7a71..040f43c 100644 (file)
@@ -30,7 +30,7 @@
 <div class="content"><div style="float: left">
        <h1 class="package-name">test_prog&nbsp;-&nbsp;</h1>
 </div>
-<div class="nitdoc"><h1 class="synopsys">Test program for model tools.</h1><p>This program creates a fake model that can be used to test tools like:</p>
+<div class="nitdoc"><h1 class="synopsis">Test program for model tools.</h1><p>This program creates a fake model that can be used to test tools like:</p>
 <ul>
 <li><code class="nitcode"><span class="nitcode"><span class="line"><span class="nc_i">nitdoc</span></span></span></code></li>
 <li><code class="nitcode"><span class="nitcode"><span class="line"><span class="nc_i">nitmetrics</span></span></span></code></li>
 <p>An image:</p>
 <p><img src="../res/c94d8a73ccfe143ebde7599e88f5f5ce.png" alt="Tinks3D"/></p>
 </div><h2>Content</h2><ul>
-<li><strong>test_prog</strong>: <span class="synopsys nitdoc">Test program for model tools.</span> (test_prog)<ul>
+<li><strong>test_prog</strong>: <span class="synopsis nitdoc">Test program for model tools.</span> (test_prog)<ul>
 <li><strong>examples</strong> (test_prog/examples)<ul>
 <li><strong>game_examples</strong> (test_prog/examples/game_examples.nit)</li>
 </ul>
 </li>
-<li><strong>game</strong>: <span class="synopsys nitdoc">Gaming group</span> (test_prog/game)<ul>
-<li><strong>game</strong>: <span class="synopsys nitdoc">A game abstraction for RPG.</span> (test_prog/game/game.nit)</li>
+<li><strong>game</strong>: <span class="synopsis nitdoc">Gaming group</span> (test_prog/game)<ul>
+<li><strong>game</strong>: <span class="synopsis nitdoc">A game abstraction for RPG.</span> (test_prog/game/game.nit)</li>
 </ul>
 </li>
-<li><strong>platform</strong>: <span class="synopsys nitdoc">Fictive Crappy Platform.</span> (test_prog/platform)<ul>
-<li><strong>platform</strong>: <span class="synopsys nitdoc">Declares base types allowed on the platform.</span> (test_prog/platform/platform.nit)</li>
+<li><strong>platform</strong>: <span class="synopsis nitdoc">Fictive Crappy Platform.</span> (test_prog/platform)<ul>
+<li><strong>platform</strong>: <span class="synopsis nitdoc">Declares base types allowed on the platform.</span> (test_prog/platform/platform.nit)</li>
 </ul>
 </li>
-<li><strong>rpg</strong>: <span class="synopsys nitdoc">Role Playing Game group</span> (test_prog/rpg)<ul>
-<li><strong>careers</strong>: <span class="synopsys nitdoc">Careers of the game.</span> (test_prog/rpg/careers.nit)</li>
-<li><strong>character</strong>: <span class="synopsys nitdoc">Characters are playable entity in the world.</span> (test_prog/rpg/character.nit)</li>
-<li><strong>combat</strong>: <span class="synopsys nitdoc">COmbat interactions between characters.</span> (test_prog/rpg/combat.nit)</li>
-<li><strong>races</strong>: <span class="synopsys nitdoc">Races of the game.</span> (test_prog/rpg/races.nit)</li>
-<li><strong>rpg</strong>: <span class="synopsys nitdoc">A worlg RPG abstraction.</span> (test_prog/rpg/rpg.nit)</li>
+<li><strong>rpg</strong>: <span class="synopsis nitdoc">Role Playing Game group</span> (test_prog/rpg)<ul>
+<li><strong>careers</strong>: <span class="synopsis nitdoc">Careers of the game.</span> (test_prog/rpg/careers.nit)</li>
+<li><strong>character</strong>: <span class="synopsis nitdoc">Characters are playable entity in the world.</span> (test_prog/rpg/character.nit)</li>
+<li><strong>combat</strong>: <span class="synopsis nitdoc">COmbat interactions between characters.</span> (test_prog/rpg/combat.nit)</li>
+<li><strong>races</strong>: <span class="synopsis nitdoc">Races of the game.</span> (test_prog/rpg/races.nit)</li>
+<li><strong>rpg</strong>: <span class="synopsis nitdoc">A worlg RPG abstraction.</span> (test_prog/rpg/rpg.nit)</li>
 </ul>
 </li>
-<li><strong>test_prog</strong>: <span class="synopsys nitdoc">A test program with a fake model to check model tools.</span> (test_prog/test_prog.nit)</li>
+<li><strong>test_prog</strong>: <span class="synopsis nitdoc">A test program with a fake model to check model tools.</span> (test_prog/test_prog.nit)</li>
 <li><strong>tests</strong> (test_prog/tests)<ul>
 <li><strong>test_game</strong> (test_prog/tests/test_game.nit)</li>
 </ul>