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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/templates/private/event.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/warning_deprecated.html
diff --git a/chrome/common/extensions/docs/templates/private/warning_deprecated.html b/chrome/common/extensions/docs/templates/private/warning_deprecated.html
index 7880e1f7f33039e532dde6c06a097a9179075989..47b0bd7d7ed3830c5e8bc1f4203aae029a1e607d 100644
--- a/chrome/common/extensions/docs/templates/private/warning_deprecated.html
+++ b/chrome/common/extensions/docs/templates/private/warning_deprecated.html
@@ -1,8 +1,8 @@
{{- Parameters:
- |function|: the schema for the function
+ |item|: the schema for the item
-}}
-{{?function.deprecated}}
+{{?item.deprecated}}
<p class="warning">
- {{function.name}} is deprecated. {{{function.deprecated}}}
+ {{item.name}} is deprecated. {{{item.deprecated}}}
</p>
-{{/function.deprecated}}
+{{/item.deprecated}}
« 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