| 1826 | } |
| 1827 | |
| 1828 | bool Library::markupFile(const std::string &path) const |
| 1829 | { |
| 1830 | return mData->mMarkupExtensions.find(Path::getFilenameExtensionInLowerCase(path)) != mData->mMarkupExtensions.end(); |
| 1831 | } |
| 1832 | |
| 1833 | bool Library::processMarkupAfterCode(const std::string &path) const |
| 1834 | { |
no test coverage detected