From: Florian Brosch Date: Mon, 23 Sep 2013 22:52:12 +0000 (+0200) Subject: devhelp: Add missing keywords X-Git-Tag: 0.37.1~3^2~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=affd19ae7974c17050377e1f9308e4d11a6e4beb;p=thirdparty%2Fvala.git devhelp: Add missing keywords --- diff --git a/src/doclets/devhelp/doclet.vala b/src/doclets/devhelp/doclet.vala index 548b6db42..b3747af04 100644 --- a/src/doclets/devhelp/doclet.vala +++ b/src/doclets/devhelp/doclet.vala @@ -182,6 +182,7 @@ public class Valadoc.Devhelp.Doclet : Valadoc.Html.BasicDoclet { node.accept_all_children (this); _devhelpwriter.end_sub (); } + this.nodes.add (node); } public override void visit_namespace (Namespace item) {