mrdocs::Config::input

Input directories to extract symbols from

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<std::string> input;

Description

Input directories to extract.

Only symbols defined in files in these directories are extracted.

The paths are relative to the mrdocs configuration file.

Inclusion is generous about symlinks: a file counts as being inside an input directory when its path matches the directory either as written or by its real (symlink‐resolved) location.

Created with MrDocs