fixed layout of properties

This commit is contained in:
James Strachan
2012-03-30 12:48:52 +01:00
parent 68d8e7fba0
commit eeb413082f
@@ -187,7 +187,7 @@ abstract class PackageTemplateSupport(open val pkg: KPackage) : KDocTemplate() {
fun printPropertySummary(property: KProperty): Unit {
val deprecated = if (property.deprecated) "<B>Deprecated.</B>" else ""
print("""<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" WIDTH="1%"><FONT SIZE="-1">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>""")
print(if (property.isVar()) varKeyword else valKeyword)
/*