Skip to content

Commit

Permalink
Correct javadoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Apr 13, 2022
1 parent 194e713 commit d33e667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ij_plugins/dcraw/DCRawReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ public String toString() {

/**
* Image flipping options:<br>
* <tt>-t [0-7] Flip image (0=none, 3=180, 5=90CCW, 6=90CW)</tt>
* -t [0-7] Flip image (0=none, 3=180, 5=90CCW, 6=90CW)
*/
public enum FlipImage {
NONE("None", "0"),
Expand Down

0 comments on commit d33e667

Please sign in to comment.