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

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

Issue 99703004: Docserver: Fix the TOC rendering for API references by fixing the haphazard way (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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
OLDNEW
1 {{!function The function to render}} 1 {{!function The function to render}}
2 <div> 2 <div>
3 <h4 id="{{?function.id}}{{function.id}}{{:}}{{?parentId}}{{parentId}}-{{functi on.name}}{{/}}{{/}}"> 3 {{?parentName}}<h4{{:}}<h3{{/}}
4 {{function.name}} 4 {{- Might be an anonymous function. -}}
5 </h4> 5 {{?function.id}}id="{{function.id}}"{{/}}
6 {{?hideParamTOC}}title=""{{/}}>{{function.name}}
7 {{?parentName}}</h4>{{:}}</h3>{{/}}
6 {{+partials.warning_deprecated item:function/}} 8 {{+partials.warning_deprecated item:function/}}
7 {{+partials.function_details function:function parentName:parentName api:api/} } 9 {{+partials.function_details
10 function:function
11 parentName:parentName
12 api:api/}}
8 </div> 13 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698