Cross referencing in Ddoc
Adam D. Ruppe
destructionator at gmail.com
Wed Jan 1 12:49:50 PST 2014
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.
More information about the Digitalmars-d
mailing list