diff -r b61c19d4168d -r 22ecbfc20eb4 buildframework/helium/doc/src/api/macro.html.ftl --- a/buildframework/helium/doc/src/api/macro.html.ftl Wed Feb 17 16:10:19 2010 +0000 +++ b/buildframework/helium/doc/src/api/macro.html.ftl Fri Mar 05 14:30:49 2010 +0000 @@ -20,7 +20,7 @@ ============================================================================ --> <#include "api.ftllib"/> -<#list doc.antDatabase.project.macro as macro> +<#list doc['antDatabase/*/macro'] as macro> <@pp.changeOutputFile name="macro-${macro.name}.html" /> <@helium_api_header title="Macro ${macro.name}"/> @@ -29,12 +29,17 @@
Description
+${macro.description}
+Location
<@helium_api_location_path location="${macro.location}"/>
<#recurse macro.documentation>
@@ -43,6 +48,11 @@Example:
${macro.usage}
+ ${macro.source?html}
+
<@helium_api_html_footer/>