mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix rustdoc comment syntax
This commit is contained in:
parent
9dbd31940f
commit
d626ac3dc0
3 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//! Shaper encapsulates a specific shaper, such as Harfbuzz,
|
||||
/// Uniscribe, Pango, or Coretext.
|
||||
///
|
||||
/// Currently, only harfbuzz bindings are implemented.
|
||||
//! Uniscribe, Pango, or Coretext.
|
||||
//!
|
||||
//! Currently, only harfbuzz bindings are implemented.
|
||||
|
||||
use text::glyph::GlyphStore;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//! The layout task. Performs layout on the DOM, builds display lists and sends them to be
|
||||
/// rendered.
|
||||
//! rendered.
|
||||
|
||||
use css::matching::{ApplicableDeclarations, ApplicableDeclarationsCache, MatchMethods};
|
||||
use css::matching::{StyleSharingCandidateCache};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//! The high-level interface from script to constellation. Using this abstract interface helps reduce
|
||||
/// coupling between these two components
|
||||
//! coupling between these two components
|
||||
|
||||
use geom::rect::Rect;
|
||||
use geom::size::TypedSize2D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue