buildframework/helium/doc/api_rst/properties_list.rst.ftl
changeset 628 7c4a911dc066
parent 588 c7c26511138f
child 645 b8d81fa19e7d
--- a/buildframework/helium/doc/api_rst/properties_list.rst.ftl	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/doc/api_rst/properties_list.rst.ftl	Fri Aug 13 14:59:05 2010 +0300
@@ -30,11 +30,11 @@
 </#list>
 
 .. csv-table:: Helium properties
-   :header: "Property", "Project", "Summary"
+   :header: "Property", "Project", "Summary", "Default Value"
    
 <#list propertyCache?keys?sort as name>
 <#assign property=propertyCache[name]>
-    ":hlm-t:`${name}`", "${property?parent.name}", "${property.summary?replace("^", "    ", "rm")?replace("\"", "\"\"", "rm")?trim}"
+    ":hlm-t:`${name}`", "${property?parent.name}", "${property.summary?replace("^", "    ", "rm")?replace("\"", "\"\"", "rm")?trim}", "<#if property.defaultValue?length &lt; 25>${property.defaultValue}</#if>"
 </#list>