Commit 1234470e by leonwind Committed by microkatz

Switch @param to @code tags in RgbAdjustment.

PiperOrigin-RevId: 465591877
(cherry picked from commit 650a9d21)
parent 01a4188d
......@@ -38,7 +38,7 @@ public final class RgbAdjustment implements RgbaMatrix {
}
/**
* Scales the red channel of the frame by {@param redScale}.
* Scales the red channel of the frame by {@code redScale}.
*
* @param redScale The scale to apply to the red channel. Needs to be non-negative and the
* default value is {@code 1}.
......@@ -51,7 +51,7 @@ public final class RgbAdjustment implements RgbaMatrix {
}
/**
* Scales the green channel of the frame by {@param greenScale}.
* Scales the green channel of the frame by {@code greenScale}.
*
* @param greenScale The scale to apply to the green channel. Needs to be non-negative and the
* default value is {@code 1}.
......@@ -64,7 +64,7 @@ public final class RgbAdjustment implements RgbaMatrix {
}
/**
* Scales the blue channel of the frame by {@param blueScale}.
* Scales the blue channel of the frame by {@code blueScale}.
*
* @param blueScale The scale to apply to the blue channel. Needs to be non-negative and the
* default value is {@code 1}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment