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

Side by Side Diff: ppapi/c/documentation/header.html

Issue 9404029: Changes for 'C' version of documentation files needed to generate new DevSite reference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
cstefansen 2012/02/15 23:45:07 Extraneous whitespace? (Run a lint tool.)
jond 2012/02/16 18:06:07 Done.
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698