libdparse icon indicating copy to clipboard operation
libdparse copied to clipboard

Parses Ddoc file but shouldn't

Open rikkimax opened this issue 4 years ago • 0 comments

https://dlang.org/spec/ddoc.html#using_ddoc_for_other_documentation

If first token is "Ddoc", then it should not be treated as D code.

This is a problem for some files like this one: https://github.com/dlang/phobos/blob/master/index.d

rikkimax avatar Sep 03 '21 22:09 rikkimax