buildframework/helium/doc/src/api/index.html.ftl
changeset 1 be27ed110b50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/doc/src/api/index.html.ftl	Wed Oct 28 14:39:48 2009 +0000
@@ -0,0 +1,50 @@
+<#--
+============================================================================ 
+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:
+
+============================================================================
+-->
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+     
+<#include "api.ftllib"/>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<@helium_api_head_section title="Helium API"/>
+
+<frameset cols="20%,80%">
+<frameset rows="30%,70%">
+<frame src="overview-frame.html" name="packagelistframe" title="All packages"/>
+<frame src="alltargets-frame.html" name="packageframe" title="All classes and interfaces (except non-static nested types)"/>
+</frameset>
+<frame src="overview-summary.html" name="classframe" title="package, class and interface descriptions"/>
+</frameset>
+
+<noframes>
+<body>
+<h2>frame alert</h2>
+<p/>
+this document is designed to be viewed using the frames feature. if you see this message, you are using a non-frame-capable web client.
+<br/>
+link to<a href="overview-summary.html">non-frame version.</a>
+</body>
+</noframes>
+
+</html>