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

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

Issue 2714773003: Extension Docs: Correct how enum values are rendered. (Closed)
Patch Set: Rebase Created 3 years, 9 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 e5a27b0760517b132e185dadfab70c1b88c13a8a..2ab669c16db6788b6de957eb055a7b4f92750c11 100644
--- a/chrome/common/extensions/docs/templates/private/type.html
+++ b/chrome/common/extensions/docs/templates/private/type.html
@@ -22,7 +22,11 @@
</dd>
</dl>
{{:e.description}}
- {{?e.last}}or {{/}}<code>"{{e.name}}"</code>{{^e.last}}, {{/}}
+ {{^e.last}}
+ <code>"{{e.name}}"</code>,
+ {{:e.last}}
+ {{^e.first}}or {{/e.first}}<code>"{{e.name}}"</code>
+ {{/e.last}}
{{/e.description}}
{{/enum_values}}
</td></tr>
« no previous file with comments | « chrome/common/extensions/docs/server2/jsc_view.py ('k') | chrome/common/extensions/docs/templates/private/variable_type.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698