https://issues.dlang.org/show_bug.cgi?id=14015

Ludovit Lucenic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Ludovit Lucenic <[email protected]> ---
Same error in my case,  although, with different DDoc string. It happens after
upgrading my project from 2.066 to 2.067:

/// Lexical type of a string literal
enum StringFormat : ubyte {
    /// string quoted with '"'
    Quoted = 0,
    /// wysiwyg quoted string starting with 'r"'
    RWysiwyg,
    /// wysiwyg string quoted with '`' 
(245:)    BackquoteWysiwyg,
    /// hexadecimal quoted string starting with 'x"'
    Hex
}

gives:

src/les/lexer.d(245): Error: enum member
les.lexer.StringFormat.BackquoteWysiwyg unmatched --- in DDoc comment

--

Reply via email to