diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 23:15:42 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 23:15:42 +0000 |
commit | 05b47f7a8c5451f858dc220df0e3a97542edace6 (patch) | |
tree | a2273d619f0625c9d44d40842845ccce2eac1045 /o3d/documentation/header.html | |
parent | 5cdc8bdb4c847cefe7f4542bd10c9880c2c557a0 (diff) | |
download | chromium_src-05b47f7a8c5451f858dc220df0e3a97542edace6.zip chromium_src-05b47f7a8c5451f858dc220df0e3a97542edace6.tar.gz chromium_src-05b47f7a8c5451f858dc220df0e3a97542edace6.tar.bz2 |
This is the O3D source tree's initial commit to the Chromium tree. It
is not built or referenced at all by the chrome build yet, and doesn't
yet build in it's new home. We'll change that shortly.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/documentation/header.html')
-rw-r--r-- | o3d/documentation/header.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/o3d/documentation/header.html b/o3d/documentation/header.html new file mode 100644 index 0000000..73347e5 --- /dev/null +++ b/o3d/documentation/header.html @@ -0,0 +1,29 @@ +[include "/apis/o3d/_local_variables.ezt"] [# the _local_variables.ezt file should be at the root of your document hierarchy ] +[define section]docs[end] [# this should almost always be "docs," if the file lives in the "Docs" section (top nav). Otherwise, it's "home," "articles," "download," or "terms" ] +[define page_title]O3D API[end] [# this is the title for only this page ] + +[## BOILERPLATE - DO NOT EDIT THIS BLOCK - VERSION 1.66 ##] +[#]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +[#]<html> +[#] <head> +[#] [include "/apis/_common_head_elements.ezt"] +[#] <link href="/css/semantic_headers.css" rel="stylesheet" type="text/css" /> +[#] <link href="stylesheet.css" rel="stylesheet" type="text/css"> +[#] <link href="tabs.css" rel="stylesheet" type="text/css"> +[#] </head> +[#] +[#] <body class="gc-documentation"> +[#] +[#] [define content_section]#gc-pagecontent[end] +[#] [define navigation_section]#gc-toc[end] +[#] [include "/_common_page_header.ezt"] +[#] <div class="g-section g-tpl-170"> +[#] +[#] <div class="g-unit g-first" id="gc-toc"> +[#] [include toc_path] +[#] <a class="hidden" href="#gc-topnav-anchor">More [title] resource links</a> +[#] </div> +[#] +[#] <div class="g-unit" id="gc-pagecontent"> +[## END OF BOILERPLATE ##] +<div id="doxygen-ref"> |