mrdocs::Config::sfinae
Detect and reduce SFINAE expressions
Synopsis
Declared in <mrdocs/Config.hpp>
bool sfinae = true;
Description
When set to true, MrDocs detects SFINAE expressions in the source code and extracts them as part of the documentation.
Expressions such as std::enable_if<...> are detected, removed, and documented as a requirement.
MrDocs uses an algorithm that extracts SFINAE infomation from types by identifying inspecting the primary template and specializations to detect the result type and the controlling expressions in a specialization.
Created with MrDocs