http://d.puremagic.com/issues/show_bug.cgi?id=9474
--- Comment #3 from [email protected] 2013-02-07 16:01:10 PST --- OK, found the real cause of failure: -------------------- /** * Documentation */ void func() {} version(none) unittest { ... } /// Example unittest { ... } --------------------- Removing the version line makes the problem go away. Note that ditto works when placed after the version line, so IMO the unittest ddocs should, too. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
