mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add more documentation about the DOM bindings.
Most of this documentation is based on <https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings>.
This commit is contained in:
parent
c38d9ba6b9
commit
03c526dd20
2 changed files with 109 additions and 0 deletions
|
@ -172,6 +172,8 @@
|
|||
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait for
|
||||
//! `JSRef<Foo>`.
|
||||
//!
|
||||
//! More information is available in the [bindings module](bindings/index.html).
|
||||
//!
|
||||
//! Accessing DOM objects from layout
|
||||
//! =================================
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue