diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:13:30 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:13:30 +0000 |
commit | 2a5bfd88610f860842acb87be9780eb628a3ed15 (patch) | |
tree | f97d93b6e6982327e16ebf57f186a950bb9b5585 /ppapi | |
parent | 1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c (diff) | |
download | chromium_src-2a5bfd88610f860842acb87be9780eb628a3ed15.zip chromium_src-2a5bfd88610f860842acb87be9780eb628a3ed15.tar.gz chromium_src-2a5bfd88610f860842acb87be9780eb628a3ed15.tar.bz2 |
Removed variables sections in DoxygenLayOut. Changed header to point to new css file to be consite compliant.
Review URL: http://codereview.chromium.org/6591078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/c/documentation/DoxygenLayout.xml | 2 | ||||
-rw-r--r-- | ppapi/c/documentation/header.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/c/documentation/DoxygenLayout.xml b/ppapi/c/documentation/DoxygenLayout.xml index ca924ba..7d1d5cf 100644 --- a/ppapi/c/documentation/DoxygenLayout.xml +++ b/ppapi/c/documentation/DoxygenLayout.xml @@ -159,7 +159,7 @@ <typedefs title="Typedef Details"/> <enums title="Enumeration Details"/> <enumvalues title=""/> - <functions title="Function Deatils"/> + <functions title="Function Details"/> <!-- <variables title=""/> --> <signals title=""/> <publicslots title=""/> diff --git a/ppapi/c/documentation/header.html b/ppapi/c/documentation/header.html index 7d1f087..1cb87e6 100644 --- a/ppapi/c/documentation/header.html +++ b/ppapi/c/documentation/header.html @@ -5,8 +5,7 @@ [define page_title][end] [# this is the title for only this page ] [define css_includes] -<link href="stylesheet.css" rel="stylesheet" type="text/css"> -<link href="tabs.css" rel="stylesheet" type="text/css"> +<link href="../../../css/local_extensions.css" rel="stylesheet" type="text/css"> [end] [include "/_boilerplate_header.ezt"] |