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

Unified Diff: chrome/common/extensions/docs/templates/json/chrome_sidenav.json

Issue 136033007: [NaCl SDK Docs] Simplify PPAPI documentation generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2013 -> 2014 Created 6 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 | « no previous file | native_client_sdk/src/doc/doxygen/Doxyfile.c.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/json/chrome_sidenav.json
diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
index ba59a6934a3b19673e361722d46725b64c20504d..0543c63b2a876aba2c936396f869d9362ebd1203 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -775,39 +775,35 @@
},
{
"title": "Pepper API Reference",
- "href": "/native-client/index.html",
+ "href": "/native-client/pepper_stable/index.html",
"items": [
{
- "title": "Structures",
- "href": "/native-client/index.html"
+ "title": "Pepper C Interfaces",
+ "href": "/native-client/pepper_stable/c/group___interfaces.html"
},
{
- "title": "Functions",
- "href": "/native-client/index.html"
+ "title": "Pepper C Structures",
+ "href": "/native-client/pepper_stable/c/group___structs.html"
},
{
- "title": "Enums",
- "href": "/native-client/index.html"
+ "title": "Pepper C Functions",
+ "href": "/native-client/pepper_stable/c/group___functions.html"
},
{
- "title": "Typedefs",
- "href": "/native-client/index.html"
+ "title": "Pepper C Enums",
+ "href": "/native-client/pepper_stable/c/group___enums.html"
},
{
- "title": "Macros",
- "href": "/native-client/index.html"
+ "title": "Pepper C Typedefs",
+ "href": "/native-client/pepper_stable/c/group___typedefs.html"
},
{
- "title": "Files",
- "href": "/native-client/index.html"
+ "title": "Pepper C Macros",
+ "href": "/native-client/pepper_stable/c/global_defs.html"
},
{
"title": "Pepper C++ Classes",
- "href": "/native-client/index.html"
- },
- {
- "title": "Pepper C++ Files",
- "href": "/native-client/index.html"
+ "href": "/native-client/pepper_stable/cpp/inherits.html"
}
]
},
« no previous file with comments | « no previous file | native_client_sdk/src/doc/doxygen/Doxyfile.c.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698