mrdocs::Config::sortNamespaceMembersBy

Determine how members of a namespace are sorted

Synopsis

Declared in <mrdocs/Config.hpp>

SortSymbolBy sortNamespaceMembersBy = SortSymbolBy::Name;

Description

Although members of namespaces are always sorted, determine how members of a namespace 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