March 07, 2010 [Issue 3887] New: ddoc does not replicate @property to documentation | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3887 Summary: ddoc does not replicate @property to documentation Product: D Version: 2.040 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: schveiguy@yahoo.com --- Comment #0 from Steven Schveighoffer <schveiguy@yahoo.com> 2010-03-06 19:51:27 PST --- when compiling a function with ddoc that contains a @property notation, the notation is not copied to the html file. Sample file: /** * struct s */ struct s { /** * p does this */ @property void p() {} } results in documentation that just identifies s.p as: void p() Note, I did not test all other attributes, just @property, most likely there could be issues with the other attributes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 28, 2010 [Issue 3887] ddoc does not replicate @property to documentation | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | http://d.puremagic.com/issues/show_bug.cgi?id=3887 Steven Schveighoffer <schveiguy@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> 2010-05-28 15:17:13 PDT --- Yep, I guess other properties also don't show up. *** This issue has been marked as a duplicate of issue 3445 *** -- 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