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

Unified Diff: chrome/common/extensions/docs/templates/private/enum_descriptions.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/enum_descriptions.html
diff --git a/chrome/common/extensions/docs/templates/private/enum_descriptions.html b/chrome/common/extensions/docs/templates/private/enum_descriptions.html
new file mode 100644
index 0000000000000000000000000000000000000000..f67e23e5fe809abced39848572205a05adc9aa12
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/private/enum_descriptions.html
@@ -0,0 +1,16 @@
+{{?values}}
+<dl>
+ {{#values}}
+ {{?description}}
+ <dd>
+ <dl>
+ <dt>{{name}}</dt>
+ <dd>
+ {{description}}
+ </dd>
+ </dl>
+ </dd>
+ {{/description}}
+ {{/values}}
+</dl>
+{{/values}}
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | chrome/common/extensions/docs/templates/private/property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698