| 21 | { |
| 22 | |
| 23 | QString prettyPathName(const QUrl& path) |
| 24 | { |
| 25 | return KDevelop::ICore::self()->projectController()->prettyFileName(path, KDevelop::IProjectController::FormatPlain); |
| 26 | } |
| 27 | |
| 28 | // Very simple Markdown parser/converter. Does not provide full Markdown language support and |
| 29 | // was tested only with Clazy documentation. |
no test coverage detected