mrdocs::Config::ignoreFailures
Whether AST visitation failures should not stop the program
Synopsis
Declared in <mrdocs/Config.hpp>
bool ignoreFailures = false;
Description
When set to true, MrDocs continues to generate the documentation even if there are AST visitation failures.
AST visitation failures occur when the source code contains constructs that are not supported by MrDocs.
Created with MrDocs