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