mrdocs::Config::missingIncludePrefixes
Include path prefixes allowed to be missing
Synopsis
Declared in <mrdocs/Config.hpp>
std::vector<std::string> missingIncludePrefixes;
Description
Specifies path prefixes for include files that, if missing, will not cause documentation generation to fail.
Missing files with these prefixes are served as empty files from an in‐memory file system, allowing processing to continue.
For example, use "llvm/" to forgive all includes from LLVM.
If any such path is specified, MrDocs will attempt to synthesize missing included types.
Only simple sets of non‐conflicting inferred types can be synthesized.
For more complex types or for better control, provide a shim using the "missing‐include‐shims" option.
Created with MrDocs