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

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

Issue 10985071: Extensions Docs Server: Show properties of properties in the table of contents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div> 1 <div>
2 {{?prefix}}<a name="{{?property}}property{{:}}type{{/}}-{{prefix}}-{{name}}">< /a>{{/}}
not at google - send to devlin 2012/09/28 04:03:11 blarg, it would be nicer if this link were in the
cduvall 2012/09/29 00:37:49 I think this would be awesome. I'm going to upload
2 {{+partials.property}} 3 {{+partials.property}}
3 {{?properties}} 4 {{?properties}}
not at google - send to devlin 2012/09/28 04:03:11 also, 80 chars if possible
cduvall 2012/09/29 00:37:49 Done.
4 <dd> 5 <dd>
5 <dl> 6 <dl>
6 {{#properties}} 7 {{#properties}}
7 {{^additional_properties}} 8 {{^additional_properties}}
8 {{+partials.parameter_full}} 9 {{+partials.parameter_full}}
9 {{/additional_properties}} 10 {{/additional_properties}}
10 {{/}} 11 {{/}}
11 </dl> 12 </dl>
12 </dd> 13 </dd>
13 {{/properties}} 14 {{/properties}}
14 </div> 15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698