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 38f550b7c78ab48262a06911b9c2705e53d18e28..4a471600635e8b8eea2537445e2e30acd54333ec 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>{{?function.returns}}{{+partials.variable_type}} {{/}}{{?api}}{{+partials.api_namespace api:api}}{{/}}{{?parentName}}{{parentName}}.{{/}}{{function.name}}</span>({{#function.parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}}) |
+<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}}, {{/}}{{/}}) |
</div> |