writeTextChangesHeader

Writes the overview headline of the manually listed changes in the ddoc format as list.

void
writeTextChangesHeader
(
Entries
Writer
)
(
Entries changes
,
Writer w
,
string headline
)
if (
isInputRange!Entries &&
isOutputRange!(Writer, string)
)

Parameters

changes
Type: Entries

parsed InputRange of changelog information

w
Type: Writer

Output range to use

Meta