summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/parameter_full.html
diff options
context:
space:
mode:
authorcduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 02:13:20 +0000
committercduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 02:13:20 +0000
commitc3e56905d3a741c94120d0108ce869448fd84148 (patch)
treeaf09538108f843422ed15b19758a3599112bcece /chrome/common/extensions/docs/templates/private/parameter_full.html
parent0b255f0081c4be8323946fa21e3b746724a8301f (diff)
downloadchromium_src-c3e56905d3a741c94120d0108ce869448fd84148.zip
chromium_src-c3e56905d3a741c94120d0108ce869448fd84148.tar.gz
chromium_src-c3e56905d3a741c94120d0108ce869448fd84148.tar.bz2
Extensions Docs Server: Show properties of properties in the table of contents
Properties of properties were not being shown in the table of contents. BUG=151866 Review URL: https://codereview.chromium.org/10985071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/templates/private/parameter_full.html')
-rw-r--r--chrome/common/extensions/docs/templates/private/parameter_full.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/templates/private/parameter_full.html b/chrome/common/extensions/docs/templates/private/parameter_full.html
index efc1f33..50d54b1 100644
--- a/chrome/common/extensions/docs/templates/private/parameter_full.html
+++ b/chrome/common/extensions/docs/templates/private/parameter_full.html
@@ -1,13 +1,12 @@
<div>
+ {{?parent_name}}<a name="{{id}}"></a>{{/}}
{{+partials.property}}
{{?properties}}
<dd>
<dl>
- {{#properties}}
- {{^additional_properties}}
- {{+partials.parameter_full}}
- {{/additional_properties}}
- {{/}}
+ {{#properties}}
+ {{+partials.parameter_full}}
+ {{/}}
</dl>
</dd>
{{/properties}}