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

Side by Side Diff: chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
OLDNEW
1 { 1 {
2 "functions": [ 2 "functions": [
3 { 3 {
4 "callback": { 4 "callback": {
5 "simple_type": { 5 "simple_type": {
6 "simple_type": "function" 6 "simple_type": "function"
7 }, 7 },
8 "last": true, 8 "last": true,
9 "name": "callback", 9 "name": "callback",
10 "parameters": [ 10 "parameters": [
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "description": null 101 "description": null
102 } 102 }
103 ], 103 ],
104 "description": "Gets stuff." 104 "description": "Gets stuff."
105 } 105 }
106 ], 106 ],
107 "properties": [], 107 "properties": [],
108 "name": "tester", 108 "name": "tester",
109 "types": [ 109 "types": [
110 { 110 {
111 "functions": [],
112 "name": "TypeA",
113 "simple_type": {
114 "simple_type": "object"
115 },
111 "properties": [ 116 "properties": [
112 { 117 {
113 "functions": [], 118 "functions": [],
114 "name": "b", 119 "name": "b",
115 "array": { 120 "array": {
116 "functions": [], 121 "functions": [],
117 "name": "bElement", 122 "name": "bElement",
118 "link": { 123 "link": {
119 "text": "TypeA", 124 "text": "TypeA",
120 "href": "tester.html#type-TypeA" 125 "href": "tester.html#type-TypeA"
121 }, 126 },
122 "optional": false, 127 "optional": false,
123 "properties": [], 128 "properties": [],
124 "description": null 129 "description": null
125 }, 130 },
126 "optional": true, 131 "optional": true,
127 "properties": [], 132 "properties": [],
128 "description": "List of TypeA." 133 "description": "List of TypeA."
129 } 134 }
130 ], 135 ],
131 "functions": [], 136 "events": [],
132 "name": "TypeA",
133 "simple_type": {
134 "simple_type": "object"
not at google - send to devlin 2012/07/20 02:04:54 why this change? isn't not fine down here?
chebert 2012/07/21 19:40:31 No its fine. I moved it back. On 2012/07/20 02:04
135 },
136 "description": "A cool thing." 137 "description": "A cool thing."
137 } 138 }
138 ], 139 ],
139 "events": [ 140 "events": [
140 { 141 {
141 "name": "EventA", 142 "name": "EventA",
142 "parameters": [ 143 "parameters": [
143 { 144 {
144 "functions": [], 145 "functions": [],
145 "name": "id", 146 "name": "id",
(...skipping 14 matching lines...) Expand all
160 }, 161 },
161 "optional": false, 162 "optional": false,
162 "properties": [], 163 "properties": [],
163 "description": null 164 "description": null
164 } 165 }
165 ], 166 ],
166 "description": "A cool event." 167 "description": "A cool event."
167 } 168 }
168 ] 169 ]
169 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698