Skip to content

Doc fails on raw string literals #11166

@ManuelSchneid3r

Description

@ManuelSchneid3r

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions