DDocCommand.ModuleData

Used for collecting data for the report.

class DDocCommand
static
class ModuleData {
DDocProblem[] kind1;
DDocProblem[] kind2;
DDocProblem[] kind3;
DDocProblem[] kind4;
ModuleData[hash_t] table;
ModuleData[] sortedList;
}

Members

Static functions

get
ModuleData get(cstring name)

Returns a ModuleData for name. Inserts a new instance into the table if not present.

sort
void sort(ModuleManager mm)

Uses mm to set the member sortedList.

Variables

name
cstring name;

Module name.

Meta