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

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

Issue 39113003: Docserver: Display enum value descriptions in API docs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 2 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/type.html
diff --git a/chrome/common/extensions/docs/templates/private/type.html b/chrome/common/extensions/docs/templates/private/type.html
index 250a22c054c452f9fa5ac0c5a5d9fb2b08db6932..f99dad8d7b524315bb2475c3f50fcdc529027ec5 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -19,6 +19,7 @@
{{?description}}
<dd>{{{description}}}</dd>
{{/description}}
+ {{+partials.enum_descriptions values:enum_values}}
{{?properties}}
{{+partials.type_item title:strings.properties
display_name:display_name
« no previous file with comments | « chrome/common/extensions/docs/templates/private/property.html ('k') | chrome/renderer/resources/extensions/json_schema.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698