mrdocs::Config::configDir

Full path to the config file directory.

Synopsis

Declared in <mrdocs/Config.hpp>

std::string
configDir() const;

Description

The reference directory for most MrDocs options is the directory of the mrdocs.yml file; it is used to resolve relative paths. The string is native style with a trailing directory separator.

Return Value

The full path to the config file directory.

Created with MrDocs