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:
Ms2ger 2015-04-03 11:33:52 +02:00
parent c38d9ba6b9
commit 03c526dd20
2 changed files with 109 additions and 0 deletions

View file

@ -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
//! =================================
//!