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

Side by Side Diff: chrome/common/extensions/docs/docs.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/devguide.html ('k') | chrome/common/extensions/docs/events.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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 17 matching lines...) Expand all
28 <!-- VALUE --> 28 <!-- VALUE -->
29 <div id="valueTemplate"> 29 <div id="valueTemplate">
30 <dt> 30 <dt>
31 <var>paramName</var> 31 <var>paramName</var>
32 <em> 32 <em>
33 33
34 <!-- TYPE --> 34 <!-- TYPE -->
35 <div style="display:inline"> 35 <div style="display:inline">
36 ( 36 (
37 <span class="optional">optional</span> 37 <span class="optional">optional</span>
38 <span class="enum">enumerated</span>
38 <span id="typeTemplate"> 39 <span id="typeTemplate">
39 <span> 40 <span>
40 <a> Type</a> 41 <a> Type</a>
41 </span> 42 </span>
42 <span> 43 <span>
43 <span> 44 <span>
44 array of <span><span></span></span> 45 array of <span><span></span></span>
45 </span> 46 </span>
46 <span>paramType</span> 47 <span>paramType</span>
48 <span></span>
47 </span> 49 </span>
48 </span> 50 </span>
49 ) 51 )
50 </div> 52 </div>
51 53
52 </em> 54 </em>
53 </dt> 55 </dt>
54 <dd class="todo"> 56 <dd class="todo">
55 Undocumented. 57 Undocumented.
56 </dd> 58 </dd>
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 _uff=0; 565 _uff=0;
564 urchinTracker(); 566 urchinTracker();
565 } 567 }
566 catch(e) {/* urchinTracker not available. */} 568 catch(e) {/* urchinTracker not available. */}
567 </script> 569 </script>
568 <!-- end analytics --> 570 <!-- end analytics -->
569 </div> 571 </div>
570 </div> <!-- /gc-footer --> 572 </div> <!-- /gc-footer -->
571 </div> <!-- /gc-container --> 573 </div> <!-- /gc-container -->
572 </body></html> 574 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/devguide.html ('k') | chrome/common/extensions/docs/events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698