mrdocs::Config::legibleNames
Use legible names for anchors
Synopsis
Declared in <mrdocs/Config.hpp>
bool legibleNames = true;
Description
Use legible names for IDs in the documentation.
When set to true, MrDocs uses legible names for symbol anchors in the corpus.
These are symbols that are legible but still safe for URLs.
When the option is set to false, MrDocs uses a hash of the symbol ID to avoid conflicts.
Created with MrDocs