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

Side by Side Diff: chrome/common/extensions/docs/template/api_template.html

Issue 2843025: Extension Docs (No building or testable files) (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 6 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/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="gc-container" class="labs"> 1 <div id="gc-container" class="labs">
2 <div id="devModeWarning"> 2 <div id="devModeWarning">
3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files. 3 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files.
4 </div> 4 </div>
5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
6 <!-- In particular, sub-templates that recurse, must be used by allowing 6 <!-- In particular, sub-templates that recurse, must be used by allowing
7 jstemplate to make a copy of the template in this section which 7 jstemplate to make a copy of the template in this section which
8 are not operated on by way of the jsskip="true" --> 8 are not operated on by way of the jsskip="true" -->
9 <div jsskip="true" style="display:none"> 9 <div jsskip="true" style="display:none">
10 10
11 <!-- VALUE --> 11 <!-- VALUE -->
12 <div id="valueTemplate"> 12 <div id="valueTemplate">
13 <dt> 13 <dt>
14 <var jsdisplay="$this.name" jscontent="$this.name">paramName</var> 14 <var jsdisplay="$this.name" jscontent="$this.name">paramName</var>
15 <em> 15 <em>
16 16
17 <!-- TYPE --> 17 <!-- TYPE -->
18 <div style="display:inline"> 18 <div style="display:inline">
19 ( 19 (
20 <span class="optional" jsdisplay="optional">optional</span> 20 <span class="optional" jsdisplay="optional">optional</span>
21 <span class="enum" jsdisplay="enum">enumerated</span>
21 <span id="typeTemplate"> 22 <span id="typeTemplate">
22 <span jsdisplay="getTypeRef($this)"> 23 <span jsdisplay="getTypeRef($this)">
23 <a jsvalues=".href: getTypeRefPage($this) + '#type-' + g etTypeRef($this)" jscontent="getTypeRef($this)"> Type</a> 24 <a jsvalues=".href: getTypeRefPage($this) + '#type-' + g etTypeRef($this)" jscontent="getTypeRef($this)"> Type</a>
24 </span> 25 </span>
25 <span jsdisplay="!getTypeRef($this)"> 26 <span jsdisplay="!getTypeRef($this)">
26 <span jsdisplay="isArray($this)"> 27 <span jsdisplay="isArray($this)">
27 array of <span jsselect="items"><span transclude="type Template"></span></span> 28 array of <span jsselect="items"><span transclude="type Template"></span></span>
28 </span> 29 </span>
29 <span jsdisplay="!isArray($this)" jscontent="getTypeName ($this)">paramType</span> 30 <span jsdisplay="!isArray($this)" jscontent="getTypeName ($this)">paramType</span>
31 <span jsdisplay="!isArray($this) && enum" jscontent="get EnumValues(enum, type);"></span>
30 </span> 32 </span>
31 </span> 33 </span>
32 ) 34 )
33 </div> 35 </div>
34 36
35 </em> 37 </em>
36 </dt> 38 </dt>
37 <dd class="todo" jsdisplay="!$this.description"> 39 <dd class="todo" jsdisplay="!$this.description">
38 Undocumented. 40 Undocumented.
39 </dd> 41 </dd>
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 _uanchor=1; 437 _uanchor=1;
436 _uff=0; 438 _uff=0;
437 urchinTracker(); 439 urchinTracker();
438 } 440 }
439 catch(e) {/* urchinTracker not available. */} 441 catch(e) {/* urchinTracker not available. */}
440 </script> 442 </script>
441 <!-- end analytics --> 443 <!-- end analytics -->
442 </div> 444 </div>
443 </div> <!-- /gc-footer --> 445 </div> <!-- /gc-footer -->
444 </div> <!-- /gc-container --> 446 </div> <!-- /gc-container -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/tabs.html ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698