mrdocs::StringList::splitCommaSeparated

Expand comma‐separated entries in place.

Synopsis

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