From acbdce9918d7f7c0443fd6857b79b2737d1ce9ed Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 3 Oct 2019 22:24:11 +0300 Subject: Change: struct Roadmap doc string --- src/map.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/map.rs b/src/map.rs index d131e7d..a89f4fc 100644 --- a/src/map.rs +++ b/src/map.rs @@ -4,7 +4,9 @@ pub use crate::from_yaml; pub use crate::Status; pub use crate::Step; -/// All the steps to get to the end goal. +/// Represent a full project roadmap. This stores all the steps needed +/// to reach the end goal. See the crate leve documentation for an +/// example. #[derive(Clone,Debug)] pub struct Roadmap { steps: Vec, -- cgit v1.2.1