www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3887] New: ddoc does not replicate property to documentation

reply d-bugmail puremagic.com writes:
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



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: -------
Mar 06 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3887


Steven Schveighoffer <schveiguy yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



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: -------
May 28 2010