diff -r 044383f39525 -r be27ed110b50 buildframework/helium/doc/src/api/api.ftllib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/doc/src/api/api.ftllib Wed Oct 28 14:39:48 2009 +0000
@@ -0,0 +1,169 @@
+<#--
+============================================================================
+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:
+
+============================================================================
+-->
+
+<#if ant?keys?seq_contains("tracurl")>
+ <#assign helium_browser_trunk=ant.tracurl>
+<#else>
+ <#assign helium_browser_trunk="">
+#if>
+
+<#macro helium_api_navbar>
+
+
+
+
+
+
+#macro>
+
+
+
+<#macro helium_api_head_section title>
+
+
+
+
+
+
+
+
+
+
+
+ ${title}
+
+
+#macro>
+
+
+<#macro helium_api_header title>
+
+
+
+
+<@helium_api_head_section title="${title}"/>
+
+
+ <@helium_api_navbar/>
+
+#macro>
+
+
+<#macro helium_api_html_footer>
+
+ <@helium_api_navbar/>
+ Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html
+
+
+
+
+#macro>
+
+
+<#macro helium_api_location_path location>
+ <#assign target_line=""/>
+ <#assign res = location?matches(":(\\d+):$") />
+ <#list res as m>
+ <#assign target_line="#L${m?groups[1]}"/>
+ #list>
+ <#assign location_path=location/>
+ <#if location?index_of("helium\\") > 0>
+ <#assign location_path=location?substring(location?last_index_of('helium\\'))/>
+ #if>
+ <#assign target_url=location_path?replace("\\", "/")?replace(":(\\d+):", "", 'ri') />
+ ${location_path}
+#macro>
+
+<#macro helium_project_path location>
+ <#assign location_path=location/>
+ <#if location?index_of("helium\\") > 0>
+ <#assign location_path=location?substring(location?last_index_of('helium\\'))/>
+ #if>
+ <#assign target_url=location_path?replace("\\", "/")?replace(":(\\d+):", "", 'ri') />
+ ${target_url}
+#macro>
+
+<#-- Macros for recursively handling random HTML elements inside documentation elements. -->
+<#macro tt> <#recurse> #macro>
+
+<#macro p><#recurse>
#macro>
+
+<#macro ul>#macro>
+
+<#macro li><#recurse>#macro>
+
+<#macro b><#recurse>#macro>
+
+<#macro pre>${.node?html}
#macro>
+
+<#macro @text>${.node?trim}#macro>
+