Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 {{- Parameters: | 1 {{- Parameters: |
| 2 |function|: the schema for the function | 2 |item|: the schema for the item |
| 3 -}} | 3 -}} |
| 4 {{?function.deprecated}} | 4 {{?item.deprecated}} |
| 5 <p class="warning"> | 5 <p class="warning"> |
| 6 {{function.name}} is deprecated. {{{function.deprecated}}} | 6 {{item.name}} is deprecated. {{{item.deprecated}}} |
| 7 </p> | 7 </p> |
| 8 {{/function.deprecated}} | 8 {{/item.deprecated}} |
| OLD | NEW |