summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-14 16:17:06 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-14 16:17:06 +0200
commit9337e6a1c1d4cce73791b2147cdfd7a0fd27240c (patch)
tree66f00b0cbfb0a2e346769419b6652699fe5b106d /src/lib.rs
parent821746369bd0a4afc4b8ab8f5cec0ed4504dbe54 (diff)
downloadsubplot-9337e6a1c1d4cce73791b2147cdfd7a0fd27240c.tar.gz
Change: fix or add doc comments everywhere
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 118514e..4791655 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,10 +1,8 @@
//! Process Subplot input files.
//!
-//! Subplot aids all project stakeholders communicate about and
-//! understand the project's acceptance criteria and how they're
-//! verified. This crate contains most of Subplot's core
-//! functionality so it can be used as a library, making it easier to
-//! build new tools.
+//! Capture and communicate acceptance criteria for software and systems,
+//! and how they are verified, in a way that's understood by all project
+//! stakeholders.
#[deny(missing_docs)]
mod error;