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}} |