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

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

Issue 406933003: Docserver: Show callback parameters in all callback references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/Address comment Created 6 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 {{#parameter}} 1 {{#parameter}}
2 <tr id="{{id}}"> 2 <tr id="{{id}}">
3 {{+partials.property 3 {{+partials.property
4 property:parameter 4 property:parameter
5 parentName:name 5 parentName:name
6 parentCallback:parentCallback
7 hideParamTOC:hideParamTOC/}} 6 hideParamTOC:hideParamTOC/}}
8 </tr> 7 </tr>
9 {{/parameter}} 8 {{/parameter}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698