On Wednesday, 1 January 2014 at 20:38:43 UTC, Walter Bright wrote:
Ddoc doesn't generate HTML (the macros do)
Ddoc doesn't generate HTML at all, not even with macros. /// Returns true iff a > b bool greaterThan(int a, int b);Ddoc does /not/ do the right thing there. The best you can do is write $(GT), which is stupid and insufficient or > which is wrong.
