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

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

Issue 406933003: Docserver: Show callback parameters in all callback references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final nit Created 6 years, 4 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
« no previous file with comments | « chrome/common/extensions/docs/templates/private/parameter_full.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 {{#property}} 1 {{#property}}
2 <td>{{+partials.variable_type type:property/}}</td> 2 <td>{{+partials.variable_type type:property/}}</td>
3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}}
4 {{name}}</td> 4 {{name}}</td>
5 <td> 5 <td>
6 {{?deprecated}} 6 {{?deprecated}}
7 {{+partials.warning_deprecated item:property/}} 7 {{+partials.warning_deprecated item:property/}}
8 {{/deprecated}} 8 {{/deprecated}}
9 {{?availability}} 9 {{?availability}}
10 <span class="availability">{{+availability.partial content:availability/}}</span > 10 <span class="availability">{{+availability.partial content:availability/}}</span >
(...skipping 24 matching lines...) Expand all
35 {{/properties}} 35 {{/properties}}
36 {{?parameters}} 36 {{?parameters}}
37 <table class="innerTable"> 37 <table class="innerTable">
38 <tr><th colspan="3">Parameters</th></tr> 38 <tr><th colspan="3">Parameters</th></tr>
39 {{#p:parameters +partials.parameter_full 39 {{#p:parameters +partials.parameter_full
40 parameter:p 40 parameter:p
41 parentName:name 41 parentName:name
42 hideParamTOC:hideParamTOC /}} 42 hideParamTOC:hideParamTOC /}}
43 </table> 43 </table>
44 {{/parameters}} 44 {{/parameters}}
45 {{?is_callback}} 45 {{?isCallback}}
46 {{?parentCallback +partials.callback callback:parentCallback/}} 46 {{+partials.callback callback:asFunction/}}
47 {{/is_callback}} 47 {{/isCallback}}
48 </td> 48 </td>
49 {{/property}} 49 {{/property}}
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/private/parameter_full.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698