Skip to content

Commit f62f853

Browse files
authored
Auto merge of #392 - pcwalton:docs-outline, r=pcwalton
Document the `pathfinder_content::outline` module
2 parents 19bdbfa + e2e3ec7 commit f62f853

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)