https://issues.dlang.org/show_bug.cgi?id=21400
--- Comment #2 from Paul Backus <[email protected]> --- I think it's expected (or at least accepted as a known limitation) that DDoc will skip declarations that are excluded from compilation by `version` blocks. The bug here is specifically that it skips a declaration that is *included* in the compilation. (Note the `else` at the end of the line with the `version` condition.) --
