diff options
author | Josh Matthews <josh@joshmatthews.net> | 2025-01-24 15:47:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 20:47:43 +0000 |
commit | af8d7c2de7dc5d2f844a021b97babfe4e4f839d4 (patch) | |
tree | d2a003abac01b1a2266732fa7b89c9d8e1601e88 /components/script/dom/bindings/codegen/apis.html.template | |
parent | a88b59534ff1d064acf76af1535c3d6847817826 (diff) | |
download | servo-af8d7c2de7dc5d2f844a021b97babfe4e4f839d4.tar.gz servo-af8d7c2de7dc5d2f844a021b97babfe4e4f839d4.zip |
script: Move code generation and webidl files to new script_bindings crate. (#35157)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'components/script/dom/bindings/codegen/apis.html.template')
-rw-r--r-- | components/script/dom/bindings/codegen/apis.html.template | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/components/script/dom/bindings/codegen/apis.html.template b/components/script/dom/bindings/codegen/apis.html.template deleted file mode 100644 index a6f1e59d4ab..00000000000 --- a/components/script/dom/bindings/codegen/apis.html.template +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta name="generator" content="rustdoc"> - <meta name="description" content="API documentation for the Rust `servo` crate."> - <meta name="keywords" content="rust, rustlang, rust-lang, servo"> - <title>Supported DOM APIs - servo - Rust</title> - <link rel="stylesheet" type="text/css" href="../rustdoc.css"> - <link rel="stylesheet" type="text/css" href="../main.css"> -</head> -<body class="rustdoc"> - <!--[if lte IE 8]> - <div class="warning"> - This old browser is unsupported and will most likely display funky - things. - </div> - <![endif]--> - <nav class='sidebar'> - <div class='block crate'> - <h3>Interfaces</h3> - <ul> - ${interfaces} - </ul> - </div> - </nav> - <section id='main' class="content mod"> - <h1 class='fqn'><span class='in-band'>DOM APIs currently supported in <a class='mod' href=''>Servo</a></span></h1> - <div id='properties' class='docblock'> - ${apis} - </div> - </section> -</body> -</html> |