[Issue 9789] Ddoc for aliases should use new "alias x=y" syntax
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 22 18:43:02 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9789
--- Comment #1 from hsteoh at quickfur.ath.cx 2013-03-22 18:43:02 PDT ---
Oops, pasted the wrong code, the code should read:
===================
import std.stdio;
struct S {}
/// blah blah blah
alias X = S;
void main() { }
===================
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list