Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/function.html |
| diff --git a/chrome/common/extensions/docs/templates/private/function.html b/chrome/common/extensions/docs/templates/private/function.html |
| index ea57fe0ac39815f1da98bd3612be0aacff515821..b4657603339592d37acf70b96c4903bc577236d5 100644 |
| --- a/chrome/common/extensions/docs/templates/private/function.html |
| +++ b/chrome/common/extensions/docs/templates/private/function.html |
| @@ -1,4 +1,5 @@ |
| {{!function The function to render}} |
| +{{?parentName}}<tr><td>{{/}} |
|
not at google - send to devlin
2014/01/03 23:30:24
why do you need this? can you do this from where t
Renato Mangini (chromium)
2014/02/06 03:19:17
Not easily. This template is used in three differe
|
| <div> |
| {{?parentName}}<h4{{:}}<h3{{/}} |
| {{- Might be an anonymous function. -}} |
| @@ -11,3 +12,4 @@ |
| parentName:parentName |
| api:api/}} |
| </div> |
| +{{?parentName}}</td></tr>{{/}} |