Chromium Code Reviews| Index: ppapi/cpp/documentation/header.html |
| =================================================================== |
| --- ppapi/cpp/documentation/header.html (revision 116675) |
| +++ ppapi/cpp/documentation/header.html (working copy) |
| @@ -1,14 +1,14 @@ |
| -<!DOCTYPE html> |
| -[include "/chrome/nativeclient/_local_variables.ezt"] [# this file should be at root of your document hierarchy ] |
| -[define section]docs[end] [# this should be "docs" if the file lives in the "Docs" section (top nav)] |
| - [# Otherwise, it's "home," "articles," "download," or "terms" ] |
| -[define page_title]$title[end] [# this is the title for only this page ] |
| +{% include "native-client/_local_variables.html" %} |
| +<html devsite> |
| + <head> |
| + <link href="/native-client/css/local_extensions.css" rel="stylesheet" type="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.
|
| + |
|
dmichael (off chromium)
2012/01/09 20:18:27
extra tab on this line too
jond
2012/01/10 17:43:00
Done.
|
| + <title>$title</title> |
| + <meta name="project_path" value="/native-client/_project.yaml" /> |
| + <meta name="book_path" value="/native-client/_book.yaml" /> |
| -[define css_includes] |
| -<link href="../../../css/local_extensions.css" rel="stylesheet" type="text/css"/> |
| -[end] |
| + </head> |
| + <body> |
| -[include "/_boilerplate_header.ezt"] |
| -[verbatim] |
| <div id="doxygen-ref"> |
| - <div> |
| +<div> |
| Property changes on: ppapi/cpp/documentation/header.html |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |