Index: chrome/common/extensions/docs/templates/private/function_signature.html |
diff --git a/chrome/common/extensions/docs/templates/private/function_signature.html b/chrome/common/extensions/docs/templates/private/function_signature.html |
index 4a471600635e8b8eea2537445e2e30acd54333ec..40f3f0bc102778ab0cecadaabba2b2d9154bcfd5 100644 |
--- a/chrome/common/extensions/docs/templates/private/function_signature.html |
+++ b/chrome/common/extensions/docs/templates/private/function_signature.html |
@@ -4,5 +4,5 @@ |
|parentName|: name of the parent object of the function |
-}} |
<div class="line"> |
-<span>{{?r:function.returns}}{{+partials.variable_type type:r/}} {{/}}{{?api}}{{+partials.api_namespace api:api/}}{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}}</span>({{#p:function.parameters}}{{+partials.parameter_item parameter:p/}}{{^p.last}}, {{/}}{{/}}) |
+<span>{{?r:function.returns}}{{+partials.variable_type type:r/}} {{/}}{{?api}}{{api.namespace}}.{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}}</span>({{#p:function.parameters}}{{+partials.parameter_item parameter:p/}}{{^p.last}}, {{/}}{{/}}) |
</div> |