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

Side by Side Diff: chrome/common/extensions/docs/templates/private/parameter_full.html

Issue 11823033: Fix two problems with server2's documentation generator: it wasn't showing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bump version Created 7 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 | « chrome/common/extensions/docs/templates/private/function.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div> 1 <div>
2 {{?parent_name}}<a name="{{id}}"></a>{{/}} 2 {{?parent_name}}<a name="{{id}}"></a>{{/}}
3 {{+partials.property}} 3 {{+partials.property}}
4 {{?properties}} 4 {{?properties}}
5 <dd> 5 <dd>
6 <dl> 6 <dl>
7 {{#properties}} 7 {{#properties}}
8 {{+partials.parameter_full}} 8 {{+partials.parameter_full}}
9 {{/}} 9 {{/properties}}
10 </dl> 10 </dl>
11 </dd> 11 </dd>
12 {{/properties}} 12 {{/properties}}
13 {{?parameters}} 13 {{?parameters}}
14 <dd> 14 <dd>
15 <dl> 15 <dl>
16 <h5>Parameters</h5> 16 <h5>Parameters</h5>
17 {{#parameters}} 17 {{#parameters}}
18 {{+partials.parameter_full}} 18 {{+partials.parameter_full}}
19 {{/}} 19 {{/}}
20 </dl> 20 </dl>
21 {{?callback}}{{+partials.callback}}{{/}} 21 {{?callback}}{{+partials.callback}}{{/}}
22 </dd> 22 </dd>
23 {{/parameters}} 23 {{/parameters}}
24 {{?returns}} 24 {{?returns}}
25 <dd> 25 <dd>
26 <dl> 26 <dl>
27 <h5>Returns</h5> 27 <h5>Returns</h5>
28 <dt><span class="property"> 28 <dt><span class="property">
29 {{+partials.variable_type}} 29 {{+partials.variable_type}}
30 </span></dt> 30 </span></dt>
31 </dl> 31 </dl>
32 </dd> 32 </dd>
33 {{/returns}} 33 {{/returns}}
34 </div> 34 </div>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/private/function.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698