[Issue 3887] New: ddoc does not replicate @property to documentation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 6 19:51:29 PST 2010


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 at puremagic.com
        ReportedBy: schveiguy at yahoo.com


--- Comment #0 from Steven Schveighoffer <schveiguy at 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: -------


More information about the Digitalmars-d-bugs mailing list