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

Side by Side Diff: chrome/common/extensions/docs/templates/private/warning_deprecated.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
« no previous file with comments | « chrome/common/extensions/docs/templates/private/event.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{- Parameters: 1 {{- Parameters:
2 |function|: the schema for the function 2 |item|: the schema for the item
3 -}} 3 -}}
4 {{?function.deprecated}} 4 {{?item.deprecated}}
5 <p class="warning"> 5 <p class="warning">
6 {{function.name}} is deprecated. {{{function.deprecated}}} 6 {{item.name}} is deprecated. {{{item.deprecated}}}
7 </p> 7 </p>
8 {{/function.deprecated}} 8 {{/item.deprecated}}
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/private/event.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698