Skip to content

Commit 810942f

Browse files
committed
enum CfSelect: Fix doc comments.
1 parent 6462d94 commit 810942f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/recon.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,10 @@ fn decode_coefs<BD: BitDepth>(
12311231

12321232
#[derive(Clone, Copy)]
12331233
enum CfSelect {
1234-
// Use `f.frame_thread.cf` at the specified offset.
1234+
/// Use `f.frame_thread.cf` at the specified offset.
12351235
Frame(u32),
12361236

1237-
// Use `t.cf`.
1237+
/// Use `t.cf`.
12381238
Task,
12391239
}
12401240

0 commit comments

Comments
 (0)