writeBugzillaChanges

Writes the fixed issued from Bugzilla in the ddoc format as a single list.

void
writeBugzillaChanges
(
Entries
Writer
)
(
Entries entries
,
Writer w
)
if (
isOutputRange!(Writer, string)
)

Parameters

w
Type: Writer

Output range to use

Meta