mrdocs::Config::excludePatterns
File patterns to exclude
Synopsis
Declared in <mrdocs/Config.hpp>
std::vector<PathGlobPattern> excludePatterns;
Description
Files matching these glob patterns are skipped, even when they sit inside an included directory.
The patterns are relative to the configuration file.
A single * matches everything in a directory; ** matches everything in a directory and its subdirectories.
Created with MrDocs