From: Florian Brosch Date: Thu, 15 Oct 2009 21:28:05 +0000 (+0200) Subject: htmlhelpers, interface: constant listing X-Git-Tag: 0.37.1~3^2~564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcdab978713636f4b961710e097c922a2e86e289;p=thirdparty%2Fvala.git htmlhelpers, interface: constant listing --- diff --git a/src/doclets/htmlhelpers/doclet/doclet.vala b/src/doclets/htmlhelpers/doclet/doclet.vala index 7523bed80..6a772e355 100755 --- a/src/doclets/htmlhelpers/doclet/doclet.vala +++ b/src/doclets/htmlhelpers/doclet/doclet.vala @@ -1082,6 +1082,7 @@ public abstract class Valadoc.Html.BasicDoclet : Valadoc.Doclet { this.write_child_signals ( file, iface, mself ); this.write_child_properties ( file, iface, mself ); this.write_child_fields ( file, iface, mself ); + this.write_child_constants ( file, iface, mself ); file.puts ( "\t\t\t\n" ); }