On Thursday, 2 January 2014 at 06:19:53 UTC, H. S. Teoh wrote:
On Thu, Jan 02, 2014 at 03:42:53AM +0000, bearophile wrote:
Ross Hays:
>I am putting this topic in the learn forum because I may be
>wrong
>and it may be possible. If, however, it is not possible, that
>maybe it is worth a official suggestion?
Currently contracts don't go in DDoc, but they could.
[...]
They *should*. This is one of the glaring weak points of DDoc.
A related issue is the ability to pretty-print signature
constraints:
the latest dmd will (finally!) include sig constraints in the
generated
docs, but right now it just comes out as a big block of text,
which has
poor readability. There really should be a way to pretty-print
the sig
constraint so that it's more readable.
T
Agreed. More control is definitely needed over this to aid
readability. I hate the 'big block of text' that it currently
does.