mrdocs::Config::sortMembers
Sort the members of a record
Synopsis
Declared in <mrdocs/Config.hpp>
bool sortMembers = true;
Description
When set to true, sort the members of a record by the criterion determined in the sort‐members‐by option.
When set to false, the members are included in the declaration order they are extracted.
Created with MrDocs