diff -r b61c19d4168d -r 22ecbfc20eb4 buildframework/helium/doc/src/api/package.html.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/doc/src/api/package.html.ftl Fri Mar 05 14:30:49 2010 +0000 @@ -0,0 +1,62 @@ +<#-- +============================================================================ +Name : +Part of : Helium + +Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +All rights reserved. +This component and the accompanying materials are made available +under the terms of the License "Eclipse Public License v1.0" +which accompanies this distribution, and is available +at the URL "http://www.eclipse.org/legal/epl-v10.html". + +Initial Contributors: +Nokia Corporation - initial contribution. + +Contributors: + +Description: + +============================================================================ +--> +<#include "api.ftllib"/> + +<#list doc.antDatabase.package as package> +<@pp.changeOutputFile name="package-${package.name}.html" /> + +<@helium_api_header title="package ${package.name}"/> + + +

package ${package.name}

+ + +

Documentation

+

+${package.documentation} +

+ + +

Projects

+ + + + + + <#assign projectInfo = {}> + <#list package.projectRef as projectRef> + <#assign projectInfo = projectInfo + {projectRef.name: doc["antDatabase/project[name='${projectRef.name}']"].summary}> + + <#list projectInfo?keys?sort as name> + + + + + +
Project nameDescription
${name}<#recurse projectInfo[name]>
+ + +<@helium_api_html_footer/> + + + +