summaryrefslogtreecommitdiff
path: root/src/library/flow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/flow.rs')
-rw-r--r--src/library/flow.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/flow.rs b/src/library/flow.rs
index 6bfa3ddd..810e566a 100644
--- a/src/library/flow.rs
+++ b/src/library/flow.rs
@@ -1,3 +1,5 @@
+//! A flow of paragraphs and other block-level nodes.
+
use std::fmt::{self, Debug, Formatter};
use super::prelude::*;