Thread overview | |||||
---|---|---|---|---|---|
|
March 14, 2013 [Issue 9719] New: ddoc isn't generated for inner values unless the outer is documented | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9719 Summary: ddoc isn't generated for inner values unless the outer is documented Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: simendsjo@gmail.com --- Comment #0 from simendsjo <simendsjo@gmail.com> 2013-03-14 06:57:41 PDT --- struct S { int i; /// not generated } /// This must be present struct A { int i; /// .. for this to be generated } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 15, 2013 [Issue 9719] ddoc isn't generated for inner values unless the outer is documented | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | http://d.puremagic.com/issues/show_bug.cgi?id=9719 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hsteoh@quickfur.ath.cx --- Comment #1 from hsteoh@quickfur.ath.cx 2013-03-15 10:33:02 PDT --- Isn't this a feature? Since otherwise, there would be nothing to attach the member's docs to. If you just reparent the member's docs into the outer scope, then you get confusing docs: struct S { int i; /// suppose this is generated } struct T { int i; /// suppose this is also generated } Now the output might look confusing: int i; suppose this is generated int i; suppose this is also generated IMO it's not a bug to require the containing scope to at least have an empty /// so that the output would at least contain: struct S int i; suppose this is generated struct T int i; suppose this is also generated -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 16, 2013 [Issue 9719] ddoc isn't generated for inner values unless the outer is documented | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | http://d.puremagic.com/issues/show_bug.cgi?id=9719 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |INVALID -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation