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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
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>
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698