Skip to content

Commit

Permalink
Switch @param to @code tags in RgbAdjustment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 465591877
  • Loading branch information
leonwind authored and marcbaechinger committed Oct 19, 2022
1 parent 0e99d28 commit 650a9d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public Builder() {
}

/**
* 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}.
Expand All @@ -51,7 +51,7 @@ public Builder setRedScale(float redScale) {
}

/**
* 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}.
Expand All @@ -64,7 +64,7 @@ public Builder setGreenScale(float greenScale) {
}

/**
* 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}.
Expand Down

0 comments on commit 650a9d2

Please sign in to comment.