49 lines
No EOL
1.5 KiB
Text
49 lines
No EOL
1.5 KiB
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<title>${Namespace.Name} - ${WriteProductName(Assemblies[0])} Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<link type="text/css" rel="stylesheet" href="../main.css" />
|
|
<script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
|
|
<script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
|
|
<script type="text/javascript" src="../js/navigation.js"></script>
|
|
</head>
|
|
<body>
|
|
<header><h1>${WriteProductName(Assemblies[0])} : API Documentation</h1>
|
|
</header>
|
|
<namespaces />
|
|
<types />
|
|
<article>
|
|
<header>
|
|
<p class="class"><strong>Namespace</strong> ${Namespace.Name}</p>
|
|
</header>
|
|
<section>
|
|
<div class="sub-header">
|
|
<if condition="Namespace.HasClasses">
|
|
<h3 class="section">Classes</h3>
|
|
<ul>
|
|
<for each="var type in Namespace.Classes">
|
|
<li>${Format(type)}</li>
|
|
</for>
|
|
</ul>
|
|
</if>
|
|
|
|
<if condition="Namespace.HasInterfaces">
|
|
<h3 class="section">Interfaces</h3>
|
|
<ul>
|
|
<for each="var type in Namespace.Interfaces">
|
|
<li>${Format(type)}</li>
|
|
</for>
|
|
</ul>
|
|
</if>
|
|
<p if="!Namespace.HasTypes">This namespace is empty.</p>
|
|
</div>
|
|
</section>
|
|
</article>
|
|
<use file="../_common_footer" />
|
|
</body>
|
|
</html> |