[dlang.org] Getting the ddox pages out of limbo
Sönke Ludwig via Digitalmars-d
digitalmars-d at puremagic.com
Wed Feb 17 04:19:08 PST 2016
Am 12.02.2016 um 18:19 schrieb anonymous:
> ddox has a number of issues that make it currently not feasible to just
> switch over:
>
> * Macro for "path to base of docs"?
> https://github.com/rejectedsoftware/ddox/issues/87
I'm a little worried about introducing such special behavior, because it
could lead to doc comments that are incompatible with vanilla Ddoc.
>
> * macros from parent scopes are not known in child scopes
> https://github.com/rejectedsoftware/ddox/issues/116
>
> * treating of underscore not consistent with dmd
> https://github.com/rejectedsoftware/ddox/issues/117
Both fixed now.
More information about the Digitalmars-d
mailing list