platform_build/tools/droiddoc/templates/nosidenavpage.cs
The Android Open Source Project b6c1cf6de7 Initial Contribution
2008-10-21 07:00:00 -07:00

21 lines
372 B
C#

<?cs include:"macros.cs" ?>
<html>
<?cs include:"head_tag.cs" ?>
<body class="gc-documentation">
<a name="top"></a>
<?cs call:custom_masthead() ?>
<div id="body-content">
<div id="doc-content">
<?cs call:tag_list(root.descr) ?>
<?cs include:"footer.cs" ?>
</div><!-- end doc-content -->
</div><!-- end body-content -->
<?cs include:"analytics.cs" ?>
</body>
</html>