ChangelogStats.addBugzillaIssue

Adds a Bugzilla issue to the summary statistics.

struct ChangelogStats
void
addBugzillaIssue
(
const ref BugzillaEntry
,
string component
,
string type
)

Parameters

component string

component of the bugzilla issue (e.g. "dmd" or "phobos")

type string

type of the bugzilla issue (e.g. "regression" or "blocker")

Meta