mrdocs::Config::normalize

Normalize the options against the reference directories.

Synopsis

Declared in <mrdocs/Config.hpp>

Expected<void>
normalize(ReferenceDirectories const& dirs);

Description

Applies defaults, validates values, and resolves relative paths. Call this after any command‐line overrides are applied.

Return Value

Nothing on success, otherwise an error.

Parameters

Name

Description

dirs

The reference directories used to resolve relative paths.

Created with MrDocs