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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | native_client_sdk/src/doc/doxygen/Doxyfile.c.template » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "title": "Devtools", 3 "title": "Devtools",
4 "items": [ 4 "items": [
5 { 5 {
6 "title": "Learn Basics", 6 "title": "Learn Basics",
7 "items": [ 7 "items": [
8 { 8 {
9 "title": "Overview", 9 "title": "Overview",
10 "href": "/devtools/index.html" 10 "href": "/devtools/index.html"
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "href": "/native-client/devguide/coding/view-focus-input-events. html" 768 "href": "/native-client/devguide/coding/view-focus-input-events. html"
769 } 769 }
770 ] 770 ]
771 }, 771 },
772 { 772 {
773 "title": "Distribute Your Apps", 773 "title": "Distribute Your Apps",
774 "href": "/native-client/devguide/distributing.html" 774 "href": "/native-client/devguide/distributing.html"
775 }, 775 },
776 { 776 {
777 "title": "Pepper API Reference", 777 "title": "Pepper API Reference",
778 "href": "/native-client/index.html", 778 "href": "/native-client/pepper_stable/index.html",
779 "items": [ 779 "items": [
780 { 780 {
781 "title": "Structures", 781 "title": "Pepper C Interfaces",
782 "href": "/native-client/index.html" 782 "href": "/native-client/pepper_stable/c/group___interfaces.html"
783 }, 783 },
784 { 784 {
785 "title": "Functions", 785 "title": "Pepper C Structures",
786 "href": "/native-client/index.html" 786 "href": "/native-client/pepper_stable/c/group___structs.html"
787 }, 787 },
788 { 788 {
789 "title": "Enums", 789 "title": "Pepper C Functions",
790 "href": "/native-client/index.html" 790 "href": "/native-client/pepper_stable/c/group___functions.html"
791 }, 791 },
792 { 792 {
793 "title": "Typedefs", 793 "title": "Pepper C Enums",
794 "href": "/native-client/index.html" 794 "href": "/native-client/pepper_stable/c/group___enums.html"
795 }, 795 },
796 { 796 {
797 "title": "Macros", 797 "title": "Pepper C Typedefs",
798 "href": "/native-client/index.html" 798 "href": "/native-client/pepper_stable/c/group___typedefs.html"
799 }, 799 },
800 { 800 {
801 "title": "Files", 801 "title": "Pepper C Macros",
802 "href": "/native-client/index.html" 802 "href": "/native-client/pepper_stable/c/global_defs.html"
803 }, 803 },
804 { 804 {
805 "title": "Pepper C++ Classes", 805 "title": "Pepper C++ Classes",
806 "href": "/native-client/index.html" 806 "href": "/native-client/pepper_stable/cpp/inherits.html"
807 },
808 {
809 "title": "Pepper C++ Files",
810 "href": "/native-client/index.html"
811 } 807 }
812 ] 808 ]
813 }, 809 },
814 { 810 {
815 "title": "Additional Reference & Versions", 811 "title": "Additional Reference & Versions",
816 "href": "/native-client/version.html", 812 "href": "/native-client/version.html",
817 "items": [ 813 "items": [
818 { 814 {
819 "title": "Glossary", 815 "title": "Glossary",
820 "href": "/native-client/glossary.html" 816 "href": "/native-client/glossary.html"
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 "title": "Articles", 962 "title": "Articles",
967 "href": "/webstore/articles.html" 963 "href": "/webstore/articles.html"
968 } 964 }
969 ] 965 ]
970 } 966 }
971 ] 967 ]
972 } 968 }
973 ] 969 ]
974 } 970 }
975 ] 971 ]
OLDNEW
« 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