Commit 0c3e15ba authored by kalman@chromium.org's avatar kalman@chromium.org

Devserver: fix the spacing of enums in <pre>. See the current version of

  http://developer.chrome.com/extensions/runtime.html#method-requestUpdateCheck
for what I mean.

NOTRY=true
R=cduvall@chromium.org

Review URL: https://chromiumcodereview.appspot.com/13852038

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195215 0039d316-1c4b-4281-b951-d872f2087c98
parent c4e68132
...@@ -13,9 +13,7 @@ array of {{+partials.variable_type}} ...@@ -13,9 +13,7 @@ array of {{+partials.variable_type}}
{{simple_type}} {{simple_type}}
{{/simple_type}} {{/simple_type}}
{{?enum_values}} {{?enum_values}}
enum of {{#enum_values}} enum of {{#enum_values}}{{?last}}or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}{{/}}
{{?last}} or {{/}}<code>"{{name}}"</code>{{^last}}, {{/}}
{{/enum_values}}
{{/enum_values}} {{/enum_values}}
{{?value}} {{?value}}
<code>{{value}}</code> <code>{{value}}</code>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment