[valadoc] htmlhelpers, interface: constant listing



commit bcdab978713636f4b961710e097c922a2e86e289
Author: Florian Brosch <flo brosch gmail com>
Date:   Thu Oct 15 23:28:05 2009 +0200

    htmlhelpers, interface: constant listing

 src/doclets/htmlhelpers/doclet/doclet.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/doclets/htmlhelpers/doclet/doclet.vala b/src/doclets/htmlhelpers/doclet/doclet.vala
index 7523bed..6a772e3 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</div>\n" );
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]