Lines Matching defs:section
19 section: String,
31 let section = "1".to_owned();
42 section,
55 /// Override the default section this man page is placed in
67 pub fn section(mut self, section: impl Into<String>) -> Self {
68 self.section = section.into();
146 &self.section,
153 /// Render the NAME section into the writer.
165 /// Render the SYNOPSIS section into the writer.
177 /// Render the DESCRIPTION section into the writer.
189 /// Render the OPTIONS section into the writer.
201 /// Render the SUBCOMMANDS section into the writer.
211 render::subcommands(roff, &self.cmd, &self.section);
214 /// Render the EXTRA section into the writer.
226 /// Render the VERSION section into the writer.
239 /// Render the AUTHORS section into the writer.