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

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

Issue 53403004: Add deprecated annotation for events in API documentation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Yaml bump. Created 7 years, 1 month 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 <div> 1 <div>
2 <h4 id="{{id}}">{{name}}</h4> 2 <h4 id="{{id}}">{{name}}</h4>
3 {{+partials.warning_deprecated item:@}}
3 <div class="description"> 4 <div class="description">
4 {{?description}}<p> 5 {{?description}}<p>
5 {{{description}}} 6 {{{description}}}
6 </p>{{/description}} 7 </p>{{/description}}
7 {{?supportsRules}} 8 {{?supportsRules}}
8 <p>Provides the <a href="events.html#declarative">Declarative Event API</a> 9 <p>Provides the <a href="events.html#declarative">Declarative Event API</a>
9 consisting of $ref:[events.Event.addRules addRules], 10 consisting of $ref:[events.Event.addRules addRules],
10 $ref:[events.Event.removeRules removeRules], and $ref:[events.Event.getRules 11 $ref:[events.Event.removeRules removeRules], and $ref:[events.Event.getRules
11 getRules].</p> 12 getRules].</p>
12 <div class="summary"> 13 <div class="summary">
(...skipping 27 matching lines...) Expand all
40 </dl> 41 </dl>
41 {{/filters}} 42 {{/filters}}
42 {{?supportsListeners}} 43 {{?supportsListeners}}
43 {{+partials.function @:byName.addListener 44 {{+partials.function @:byName.addListener
44 parentName:name 45 parentName:name
45 api:api 46 api:api
46 parentId:id}} 47 parentId:id}}
47 {{/supportsListeners}} 48 {{/supportsListeners}}
48 </div> 49 </div>
49 </div> 50 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698