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

Unified Diff: chrome/common/extensions/docs/templates/private/function_details.html

Issue 354073004: Docserver: Add template support for object level availability (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/function_details.html
diff --git a/chrome/common/extensions/docs/templates/private/function_details.html b/chrome/common/extensions/docs/templates/private/function_details.html
index 63424c36cc19eeb7e098654cd837167d2c4741a6..62d65de7c19038136f215c2f73b72fd333d2e2b3 100644
--- a/chrome/common/extensions/docs/templates/private/function_details.html
+++ b/chrome/common/extensions/docs/templates/private/function_details.html
@@ -5,6 +5,9 @@
api:api/}}
</div>
<div class="description">
+ {{?availability}}
+ <span class="availability" style="color:magenta; font-family:'arial';">{{+availability.partial content:availability/}}</span>
not at google - send to devlin 2014/07/01 16:40:58 ditto
+ {{/availability}}
{{?description}}
<p>
{{{description}}}

Powered by Google App Engine
This is Rietveld 408576698