mrdocs::Config::missingIncludeShims
Shims for forgiven missing include files
Synopsis
Declared in <mrdocs/Config.hpp>
std::map<std::string, std::string> missingIncludeShims;
Description
Specifies a map of include file paths to shim contents.
If a missing include file matches a forgiven prefix, MrDocs will use the shim content from this map as the file contents.
If no shim is provided for a forgiven file, an empty file is used by default.
Created with MrDocs