mrdocs::Config::sortMembersBy

Determine how members of a record are sorted

Synopsis

Declared in <mrdocs/Config.hpp>

SortSymbolBy sortMembersBy = SortSymbolBy::Name;

Description

If sort‐members is set to true, determine how members of a record are sorted.

When set to name, members are sorted by name.

When set to location, members are sorted by their primary location in the source code, considering the short name of the path and the location in the file.

Created with MrDocs