dlang / ddox

Advanced D documentation engine
MIT License
62 stars 20 forks source link

Can't parse valid code #245

Open trikko opened 10 months ago

trikko commented 10 months ago

ddox show a parsing error (complaining about a missing parens) if this function is in docs:

/// What's wrong with it?
bool opEquals(const typeof(null) o) const @safe nothrow pure { .... }