Skip to content

Commit e2e3ec7

Browse files
committed
Document the pathfinder_content::outline module
1 parent 19bdbfa commit e2e3ec7

File tree

3 files changed

+159
-29
lines changed

3 files changed

+159
-29
lines changed

content/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Pathfinder's representation of a vector scene.
12-
//!
13-
//! This module also contains various path utilities.
11+
//! Components of a vector scene, and various path utilities.
1412
1513
#[macro_use]
1614
extern crate bitflags;

0 commit comments

Comments
 (0)