mrdocs::Config::includes
Include paths
Synopsis
Declared in <mrdocs/Config.hpp>
std::vector<std::string> includes;
Description
Directories added to the header search path.
Headers found there are part of the project and are checked for warnings and errors.
Reach for this option when MrDocs cannot find a header your code includes.
Created with MrDocs