mrdocs::Config::normalize

normalize overloads

Synopses

Declared in <mrdocs/Config.hpp>

Normalize the options against the reference directories.

Normalize the configuration values with a visitor

template<class F>
Expected<void>
normalize(
    ReferenceDirectories const& dirs,
    F&& f);

Return Value

  • Nothing on success, otherwise an error.

  • Expected<void> with the error if any

Parameters

Name

Description

dirs

The reference directories used to resolve relative paths.

f

The visitor

Created with MrDocs