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}> + #list> +
Property | -Description | -Edit Status | -Type | -|
---|---|---|---|---|
${property.name} | -${property.description} | -${property.editStatus} | -${property.type} | -|
Property | +Description | +Scope | +Editable | +Type | +
${name} | +${propertyInfo[name].summary} | +${propertyInfo[name].scope} | +${propertyInfo[name].editable} | +${propertyInfo[name].type} | +