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

Side by Side Diff: chrome/common/extensions/docs/index.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, 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 <!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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 _uff=0; 567 _uff=0;
566 urchinTracker(); 568 urchinTracker();
567 } 569 }
568 catch(e) {/* urchinTracker not available. */} 570 catch(e) {/* urchinTracker not available. */}
569 </script> 571 </script>
570 <!-- end analytics --> 572 <!-- end analytics -->
571 </div> 573 </div>
572 </div> <!-- /gc-footer --> 574 </div> <!-- /gc-footer -->
573 </div> <!-- /gc-container --> 575 </div> <!-- /gc-container -->
574 </body></html> 576 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/i18n-messages.html ('k') | chrome/common/extensions/docs/js/api_page_generator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698