OLD | NEW |
1 <!DOCTYPE html> | 1 {% include "native-client/_local_variables.html" %} |
2 [include "/chrome/nativeclient/_local_variables.ezt"] [# this file should be at
root of your document hierarchy ] | 2 <html devsite> |
3 [define section]docs[end] [# this should be "docs" if the file lives in the "Do
cs" section (top nav)] | 3 <head> |
4 [# Otherwise, it's "home," "articles," "download," or
"terms" ] | 4 <link href="/native-client/css/local_extensions.css" rel="stylesheet" type="
text/css" /> |
5 [define page_title]$title[end] [# this is the title for only this page ] | 5 <title>$title</title> |
| 6 <meta name="project_path" value="/native-client/_project.yaml" /> |
| 7 <meta name="book_path" value="/native-client/_book.yaml" /> |
6 | 8 |
7 [define css_includes] | 9 </head> |
8 <link href="../../../css/local_extensions.css" rel="stylesheet" type="text/css"/
> | 10 <body> |
9 [end] | |
10 | 11 |
11 [include "/_boilerplate_header.ezt"] | |
12 [verbatim] | |
13 <div id="doxygen-ref"> | 12 <div id="doxygen-ref"> |
14 <div> | 13 <div> |
OLD | NEW |