DDocEmitter.DDocScope

Keeps track of previous comments in each scope.

class DDocEmitter
scope
class DDocScope {
DDocComment saved_prevCmnt;
bool saved_cmntIsDitto;
size_t saved_prevDeclOffset;
cstring saved_parentFQN;
}

Constructors

this
this(cstring name)

When constructed, variables are saved.

Destructor

~this
~this()

When destructed, variables are restored.

Meta