1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-09 08:23:38 +01:00
servo/components/script_bindings/codegen/api.html.template
Josh Matthews af8d7c2de7
script: Move code generation and webidl files to new script_bindings crate. ()
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-01-24 20:47:43 +00:00

6 lines
82 B
Text

<table id="${interface}">
<tr>
<th>${interface}</th>
</tr>
${properties}
</table>