Describe the bug
QRegularExpression separator_regex = QRegularExpression(R"([\s\\\/\-\[\](){}#!?<>"'=+*.:,;_]+)");
This makes the containing class not being documented.
Even worse it does not even throw an error.
Removing the raw string literal R"(…)" makes the class appear.