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

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

Issue 14322003: Inline docs render properly in extensions doc server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Display and test changes Created 7 years, 8 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
(Empty)
1 {
2 "functions": [
3 {
4 "name": "requestKeepAwake",
5 "parameters": [
6 {
7 "description": "",
8 "link": {
9 "text": "Level",
10 "href": "#type-Level",
11 "name": "Level"
12 },
13 "is_object": false,
14 "optional": null,
15 "id": "property-requestKeepAwake-level",
16 "parent_name": "requestKeepAwake",
17 "functions": [],
18 "last": true,
19 "name": "level",
20 "parameters": [],
21 "properties": [],
22 "returns": null
23 }
24 ],
25 "callback": null,
26 "returns": null,
27 "id": "method-requestKeepAwake",
28 "description": null
29 },
30 {
31 "name": "releaseKeepAwake",
32 "parameters": [],
33 "callback": null,
34 "returns": null,
35 "id": "method-releaseKeepAwake",
36 "description": null
37 },
38 {
39 "name": "doStuff",
40 "parameters": [
41 {
42 "description": null,
43 "link": {
44 "text": "DownloadQuery",
45 "href": "#type-DownloadQuery",
46 "name": "DownloadQuery"
47 },
48 "is_object": false,
49 "optional": null,
50 "id": "property-doStuff-query",
51 "parent_name": "doStuff",
52 "functions": [],
53 "last": true,
54 "name": "query",
55 "parameters": [],
56 "properties": [
57 {
58 "description": null,
59 "is_object": false,
60 "parameters": [],
61 "optional": true,
62 "id": "property-query-query",
63 "parent_name": "query",
64 "functions": [],
65 "name": "query",
66 "simple_type": "string",
67 "properties": [],
68 "returns": null
69 },
70 {
71 "description": null,
72 "is_object": false,
73 "parameters": [],
74 "optional": true,
75 "id": "property-query-startedBefore",
76 "parent_name": "query",
77 "functions": [],
78 "name": "startedBefore",
79 "simple_type": "string",
80 "properties": [],
81 "returns": null
82 },
83 {
84 "description": null,
85 "is_object": false,
86 "parameters": [],
87 "optional": true,
88 "id": "property-query-startedAfter",
89 "parent_name": "query",
90 "functions": [],
91 "name": "startedAfter",
92 "simple_type": "string",
93 "properties": [],
94 "returns": null
95 },
96 {
97 "description": "",
98 "link": {
99 "text": "Level",
100 "href": "#type-Level",
101 "name": "Level"
102 },
103 "is_object": false,
104 "optional": null,
105 "id": "property-query-thing",
106 "parent_name": "query",
107 "functions": [],
108 "name": "thing",
109 "parameters": [],
110 "properties": [],
111 "returns": null
112 }
113 ],
114 "returns": null
115 }
116 ],
117 "callback": null,
118 "returns": null,
119 "id": "method-doStuff",
120 "description": null
121 }
122 ],
123 "properties": [],
124 "name": "power",
125 "types": [],
126 "events": []
127 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698