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.
Yep, I guess other properties also don't show up. *** This issue has been marked as a duplicate of issue 3445 ***