mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Correct the documentation comment syntax in layout_interface.rs.
This commit is contained in:
parent
2ae7ed327d
commit
32341069a8
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* 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/. */
|
* 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
|
//! The high-level interface from script to layout. Using this abstract
|
||||||
/// coupling between these two components, and enables the DOM to be placed in a separate crate
|
//! interface helps reduce coupling between these two components, and enables
|
||||||
/// from layout.
|
//! the DOM to be placed in a separate crate from layout.
|
||||||
|
|
||||||
use dom::node::LayoutDataRef;
|
use dom::node::LayoutDataRef;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue