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

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

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: Rebase Created 6 years, 10 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 {{!function The function to render}} 1 {{!function The function to render}}
2 {{?parentName}}<tr><td>{{/}}
2 <div> 3 <div>
3 {{?parentName}}<h4{{:}}<h3{{/}} 4 {{?parentName}}<h4{{:}}<h3{{/}}
4 {{- Might be an anonymous function. -}} 5 {{- Might be an anonymous function. -}}
5 {{?function.id}}id="{{function.id}}"{{/}} 6 {{?function.id}}id="{{function.id}}"{{/}}
6 {{?hideParamTOC}}title=""{{/}}>{{function.name}} 7 {{?hideParamTOC}}title=""{{/}}>{{function.name}}
7 {{?parentName}}</h4>{{:}}</h3>{{/}} 8 {{?parentName}}</h4>{{:}}</h3>{{/}}
8 {{+partials.warning_deprecated item:function/}} 9 {{+partials.warning_deprecated item:function/}}
9 {{+partials.function_details 10 {{+partials.function_details
10 function:function 11 function:function
11 parentName:parentName 12 parentName:parentName
12 api:api/}} 13 api:api/}}
13 </div> 14 </div>
15 {{?parentName}}</td></tr>{{/}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698