mrdocs::Config::exclude

Input directories to exclude

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<std::string> exclude;

Description

Symbols defined in files in these directories are not extracted even if they are in the list of include directories.

When relative, the paths are relative to the directory of the mrdocs configuration file.

For instance, "include/experimental" will exclude all files in the directory <config‐dir>/include/experimental.

Exclusion is strict about symlinks: it matches the file path only as written and does not resolve symlinks.

Created with MrDocs