mrdocs::Config::output
Output directory for the generated documentation
Synopsis
Declared in <mrdocs/Config.hpp>
std::string output;
Description
The directory MrDocs generators write the documentation to, resolved relative to the configuration file.
Each generator ultimately decides how to interpret this path.
Multipage generators will typically use it as a directory.
Single‐page generators will typically also allow this to represent a file.
Created with MrDocs