diff -r 421e376bfce4 -r 877485b44765 buildframework/helium/doc/src/api/target.html.ftl --- a/buildframework/helium/doc/src/api/target.html.ftl Tue Mar 23 13:34:00 2010 +0000 +++ b/buildframework/helium/doc/src/api/target.html.ftl Thu Mar 25 11:35:53 2010 +0000 @@ -30,6 +30,11 @@

Target ${target.name}

+Scope: ${target.scope}
+ +

Description

+

${target.description}

+

Location

<@helium_api_location_path location="${target.location}"/>

@@ -43,9 +48,17 @@ <#if target.ifDependency?length == 0 && target.unlessDependency?length == 0>

No conditions on target execution.

+ +<#if target.deprecated?length > 0> +

Deprecated :

+

+ ${target.deprecated} +

+
-

Description

+ +

Documentation

<#recurse target.documentation>

@@ -74,49 +87,11 @@

Property dependencies

<#assign propertyList=target.propertyDependency?sort> - -

- - - - - - - + - - - - - +
  • ${property}
  • - - - - <#list propertyList as property> - <#list data.heliumDataModel.property as propDataModel> - <#if property == propDataModel.name> - <#if propDataModel.editStatus == "never" || propDataModel.editStatus == "discouraged"> - - - - - - - -
    NameEdit status
    User editable properties
    ${property}${propDataModel.editStatus}
    Internal properties
    ${property}${propDataModel.editStatus}
    -

    - -<#if target.deprecated?size > 0> -

    Deprecated :

    -

    - ${target.deprecated} -

    - +