Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 8711a7c

Browse files
committed
Fix Ddoc errors
1 parent 098a08a commit 8711a7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/rt/cover.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ extern (C) void dmd_coverSetMerge( bool flag )
135135
* filename = The name of the coverage file.
136136
* valid = ???
137137
* data = ???
138+
* minPercent = minimal coverage of the module
138139
*/
139140
extern (C) void _d_cover_register2(string filename, size_t[] valid, uint[] data, ubyte minPercent)
140141
{

src/rt/minfo.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ struct ModuleGroup
544544
* behavior.
545545
*
546546
* Params:
547-
* edges - The module edges as found in the `importedModules` member of
547+
* edges = The module edges as found in the `importedModules` member of
548548
* each ModuleInfo. Generated in sortCtors.
549549
* Returns:
550550
* true if no cycle is found, false if one was.

0 commit comments

Comments
 (0)