DocString

istring with actual content and information if it was ditto

Constructors

this
this(istring content)

Creates a non-ditto comment.

this
this(istring content, bool ditto)

Creates a comment which may have been ditto, but has been resolved.

Alias This

content

Members

Variables

content
istring content;

Contains the documentation string associated with this symbol, resolves ditto to the previous comment with correct scope.

ditto
bool ditto;

true if the documentation was just a "ditto" comment copying from the previous comment.

Meta