[Issue 11133] ddoc: documented unittest outside of version scope

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 27 20:00:32 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11133



--- Comment #1 from Martin Nowak <code at dawg.eu> 2013-09-27 20:00:32 PDT ---
Ah I forgot to mention. The following case works. It seems like it's the else
branch that break the unittest docs.

version (D_Ddoc)
{
  ///
  struct Library {}
}

///
version (all) unittest
{
}

-- 
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