nitweb: do not return full html doc in entity json
authorAlexandre Terrasa <alexandre@moz-code.org>
Sat, 17 Jun 2017 20:23:11 +0000 (16:23 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 15 Aug 2017 18:15:45 +0000 (14:15 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/web/web_base.nit

index 1daebdd..8fff328 100644 (file)
@@ -226,7 +226,6 @@ redef class MDoc
        # Add doc down processing
        redef fun core_serialize_to(v) do
                v.serialize_attribute("html_synopsis", html_synopsis.write_to_string)
-               v.serialize_attribute("html_documentation", html_documentation.write_to_string)
        end
 end