Lines Matching defs:manual
22 manual: String,
27 /// Create a new manual page.
38 let manual = "".to_owned();
45 manual,
88 /// Override the default manual this page is a member of
89 pub fn manual(mut self, manual: impl Into<String>) -> Self {
90 self.manual = manual.into();
97 /// Render a full manual page into the writer.
149 &self.manual,