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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/event.html
diff --git a/chrome/common/extensions/docs/templates/private/event.html b/chrome/common/extensions/docs/templates/private/event.html
index d2c6ff9dea2a361fdbf69c74c3e06ae9fd0a25bd..28ef58bf391da396505647b0027f769f6741cff0 100644
--- a/chrome/common/extensions/docs/templates/private/event.html
+++ b/chrome/common/extensions/docs/templates/private/event.html
@@ -1,5 +1,6 @@
<div>
<h4 id="{{id}}">{{name}}</h4>
+ {{+partials.warning_deprecated item:@}}
<div class="description">
{{?description}}<p>
{{{description}}}

Powered by Google App Engine
This is Rietveld 408576698