Convert regular comments to documentation comments.
This commit is contained in:
@@ -76,7 +76,7 @@ impl SubTest for TestCompile {
|
||||
}
|
||||
}
|
||||
|
||||
// Code sink that simply counts bytes.
|
||||
/// Code sink that simply counts bytes.
|
||||
struct SizeSink {
|
||||
offset: binemit::CodeOffset,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user