dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

Template specializations isn't included #31

Open simendsjo opened 11 years ago

simendsjo commented 11 years ago

.. so my documentation looks like this:

T consume(T, ubyte N)(
  ref ubyte[] packet
) pure nothrow;

T consume(T, ubyte N)(
  ref ubyte[] packet
) pure nothrow;
s-ludwig commented 9 years ago

Specializations are missing in DMD's JSON output. Still need to look into an existing bug report and making this work with the libdparse backend.

s-ludwig commented 9 years ago

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