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

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
« no previous file with comments | « ppapi/cpp/documentation/footer.html ('k') | ppapi/cpp/documentation/removefilesCPP.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" 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
« 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