mrdocs::Config::systemIncludes

System include paths

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<std::string> systemIncludes;

Description

Directories added to the system header search path.

Headers found there are treated as system headers: they come from outside the project and are not checked for warnings or errors.

The standard library and other external headers usually live here.

Created with MrDocs