|
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" ty pe="text/css" /> |
dmichael (off chromium)
2012/01/09 20:18:27
We normally avoid tabs in code. Not sure if that a
jond
2012/01/10 17:43:00
Done.
| |
5 [define page_title]$title[end] [# this is the title for only this page ] | 5 » |
dmichael (off chromium)
2012/01/09 20:18:27
extra tab on this line too
jond
2012/01/10 17:43:00
Done.
| |
6 <title>$title</title> | |
7 <meta name="project_path" value="/native-client/_project.yaml" /> | |
8 <meta name="book_path" value="/native-client/_book.yaml" /> | |
6 | 9 |
7 [define css_includes] | 10 </head> |
8 <link href="../../../css/local_extensions.css" rel="stylesheet" type="text/css"/ > | 11 <body> |
9 [end] | |
10 | 12 |
11 [include "/_boilerplate_header.ezt"] | |
12 [verbatim] | |
13 <div id="doxygen-ref"> | 13 <div id="doxygen-ref"> |
14 <div> | 14 <div> |
OLD | NEW |