DDocProblem

For DDoc reports.

Constructors

this
this(Location location, Kind kind, cstring message)

Constructs a DDocProblem object.

Members

Enums

Kind
enum Kind

Enumeration of problems.

Variables

kind
Kind kind;

The kind of problem.

Inherited Members

From Problem

column
uint column;

Cache variable for column.

getMsg
cstring getMsg()

Returns the message.

loc
size_t loc()

Returns the line of code.

col
size_t col()

Returns the column.

filePath
cstring filePath()

Returns the file path.

Meta