diff -r 421e376bfce4 -r 877485b44765 buildframework/helium/doc/src/api/properties-table.html.ftl --- a/buildframework/helium/doc/src/api/properties-table.html.ftl Tue Mar 23 13:34:00 2010 +0000 +++ b/buildframework/helium/doc/src/api/properties-table.html.ftl Thu Mar 25 11:35:53 2010 +0000 @@ -25,32 +25,36 @@ + <#assign propertyInfo = {}> + <#list doc.antDatabase.project.property as property> + <#assign propertyInfo = propertyInfo + {property.name: property}> + +
-

- Properties table(Sortable) +

Properties table(Sortable)

+ - - - - - - - <#assign propertySort=data.heliumDataModel.property.name?sort> - <#assign propertyTable=data.heliumDataModel.property> - <#list propertySort as propertyName> - <#list propertyTable as property> - <#if propertyName == property.name> - - - - - - - - - + + + + + + + + <#list propertyInfo?keys?sort as name> + + + + + + + +
PropertyDescriptionEdit StatusType
${property.name}${property.description}${property.editStatus}${property.type}
PropertyDescriptionScopeEditableType
${name}${propertyInfo[name].summary}${propertyInfo[name].scope}${propertyInfo[name].editable}${propertyInfo[name].type}
-<@helium_api_html_footer/> \ No newline at end of file +<@helium_api_html_footer/> + + +