diff options
author | Scott Main <smain@google.com> | 2009-12-17 12:52:54 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-12-17 12:52:54 -0800 |
commit | 3669072b81b4298bcf344e44929e4da4456bed28 (patch) | |
tree | d7cb67a625f047e03ab0464193a3f65a55670b07 /tools/droiddoc/templates-sdk | |
parent | 99a25fbaa50a077c5d62b9ae204677c176534d8b (diff) | |
download | build-3669072b81b4298bcf344e44929e4da4456bed28.zip build-3669072b81b4298bcf344e44929e4da4456bed28.tar.gz build-3669072b81b4298bcf344e44929e4da4456bed28.tar.bz2 |
docs: make the Resources docs use the same clearsilver template
as the Dev Guide. This removes the custom resourcespage.cs file
and routes resources pages to use docpage.cs, while still
setting the resource hdf flag true (in order to highlight the
Resources tab).
Diffstat (limited to 'tools/droiddoc/templates-sdk')
-rw-r--r-- | tools/droiddoc/templates-sdk/resourcespage.cs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tools/droiddoc/templates-sdk/resourcespage.cs b/tools/droiddoc/templates-sdk/resourcespage.cs deleted file mode 100644 index 12bcbad..0000000 --- a/tools/droiddoc/templates-sdk/resourcespage.cs +++ /dev/null @@ -1,36 +0,0 @@ -<?cs include:"doctype.cs" ?> -<?cs include:"macros.cs" ?> - -<html> -<?cs include:"head_tag.cs" ?> - -<body class="gc-documentation"> -<?cs call:custom_masthead() ?> -<?cs call:resources_tab_nav() ?> -<a name="top"></a> -<div class="g-unit" id="doc-content" > - <div id="jd-header" class="guide-header"> - <span class="crumb"> - <?cs if:parent.link ?> - <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> > - <?cs else ?> - <?cs /if ?> - </span> - <h1><?cs var:page.title ?></h1> - </div> - - <div id="jd-content"> - - <?cs call:tag_list(root.descr) ?> - -<?cs include:"footer.cs" ?> - -</div><!-- end doc-content --> - -<?cs include:"trailer.cs" ?> - -</body> -</html> - - - |