Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: ppapi/cpp/documentation/header.html

Issue 9126002: New header and footer (removed old ones) for devsite. New doxyfile pointing to these headers and ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/documentation/footer.html ('k') | ppapi/cpp/documentation/removefilesCPP.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/documentation/header.html
===================================================================
--- ppapi/cpp/documentation/header.html (revision 116675)
+++ ppapi/cpp/documentation/header.html (working copy)
@@ -1,14 +1,13 @@
-<!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" />
+ <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
« no previous file with comments | « ppapi/cpp/documentation/footer.html ('k') | ppapi/cpp/documentation/removefilesCPP.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698