Lines Matching refs:into
51 self.title = title.into();
68 self.section = section.into();
76 self.date = date.into();
84 self.source = source.into();
90 self.manual = manual.into();
97 /// Render a full manual page into the writer.
99 /// If customization is needed, you can call the individual sections you want and mix them into
131 /// Render the title into the writer.
142 // Turn metadata into arguments for a .TH macro.
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.
214 /// Render the EXTRA section into the writer.
226 /// Render the VERSION section into the writer.
239 /// Render the AUTHORS section into the writer.