mrdocs::StringList::splitCommaSeparated
Expand comma‐separated entries in place.
Synopsis
Declared in <mrdocs/Support/String/StringList.hpp>
void
splitCommaSeparated();
Description
Each element is split on commas, surrounding whitespace is trimmed, and empty tokens are dropped. This lets a single element such as "xml,adoc" become two entries.
Created with MrDocs