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

Side by Side Diff: chrome/common/extensions/docs/templates/private/manifest_properties.html

Issue 16410002: Docserver manifest follow up (rewrite) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-manifest-try-2
Patch Set: Small URL change Created 7 years, 6 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 unified diff | Download patch
OLDNEW
1 {{#properties}} 1 {{?annotation}}
2 <em>// {{annotation}}</em>
3 {{/annotation}}
not at google - send to devlin 2013/07/02 18:23:11 This needs to be on its own line, right? Does it h
jshumway 2013/07/24 17:40:07 Yep, it renders correctly because this partial is
2 {{?documentation}} 4 {{?documentation}}
3 "<a href="{{documentation}}">{{name}}</a>": <em>{{*example}}</em>{{^is_last}},{{ /}} 5 "<a href="{{documentation}}">{{name}}</a>":{{:documentation}}
not at google - send to devlin 2013/07/02 18:23:11 closing {{:documentation}} on its own line
jshumway 2013/07/24 17:40:07 Because this partial is expanded inside <pre> tags
4 {{:documentation}} 6 "{{name}}":{{^subdoc}} ...{{/}}{{/documentation}}
5 "{{name}}": ...{{^is_last}},{{/}} 7 {{?subdoc}} {
6 {{/documentation}}{{/properties}} 8 {{#subdoc}}
9 {{+partials.manifest_properties}}
10 {{/}}
not at google - send to devlin 2013/07/02 18:23:11 This should be able to be: {{#subdoc +partials.ma
jshumway 2013/07/24 17:40:07 see above. fixed closing tag.
11 }{{:subdoc}}{{?example}} {{*@.value}}{{/}}{{/}}{{^is_last}},{{/}}
not at google - send to devlin 2013/07/02 18:23:11 can the {{:subdoc}} here be on its own line? {{?e
jshumway 2013/07/24 17:40:07 same as above about own line, changed {{?example *
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698