| 20 | void PrintSection(std::ostream& os, cmDocumentationSection const& section); |
| 21 | void PrintFormatted(std::ostream& os, std::string const& text) const; |
| 22 | void SetIndent(std::size_t indent) { this->TextIndent = indent; } |
| 23 | |
| 24 | static constexpr std::size_t TEXT_WIDTH = 77u; |
| 25 |
no outgoing calls