| 62 | } |
| 63 | |
| 64 | void printMessageText(std::ostream& msg, std::string const& text) |
| 65 | { |
| 66 | msg << ":\n"; |
| 67 | cmDocumentationFormatter formatter; |
| 68 | formatter.SetIndent(2u); |
| 69 | formatter.PrintFormatted(msg, text); |
| 70 | } |
| 71 | |
| 72 | void displayMessage(MessageType t, std::ostringstream& msg) |
| 73 | { |
no test coverage detected
searching dependent graphs…