diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-02-03 06:21:53 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-02-03 06:21:53 -0700 |
commit | 32a807da82f93c8b4311f4b53d8252618ed425e9 (patch) | |
tree | c5bce5af1a25163e54ac354cb66558fa6bc83b79 | |
parent | 2ae7ed327d0b442d32b01c1cf92c69bda2089111 (diff) | |
parent | 32341069a8d1ea69b750bc934ee8521ca684c45e (diff) | |
download | servo-32a807da82f93c8b4311f4b53d8252618ed425e9.tar.gz servo-32a807da82f93c8b4311f4b53d8252618ed425e9.zip |
auto merge of #4814 : Ms2ger/servo/layout_interface-doc, r=jdm
-rw-r--r-- | components/script/layout_interface.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 4dfa9ac658a..416b9c8bee7 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -2,9 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -//! The high-level interface from script to layout. Using this abstract interface helps reduce -/// coupling between these two components, and enables the DOM to be placed in a separate crate -/// from layout. +//! The high-level interface from script to layout. Using this abstract +//! interface helps reduce coupling between these two components, and enables +//! the DOM to be placed in a separate crate from layout. use dom::node::LayoutDataRef; |