mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 11:03:03 +08:00
Documentation fixes for latest doxygen
This commit is contained in:
parent
8b92151ef0
commit
965deaba8d
@ -130,7 +130,7 @@ Element-wise binary and unary operations.
|
|||||||
@ref v_shl, @ref v_shr
|
@ref v_shl, @ref v_shr
|
||||||
|
|
||||||
- Bitwise logic:
|
- Bitwise logic:
|
||||||
@ref operator &(const v_reg &a, const v_reg &b) "&",
|
@ref operator&(const v_reg &a, const v_reg &b) "&",
|
||||||
@ref operator |(const v_reg &a, const v_reg &b) "|",
|
@ref operator |(const v_reg &a, const v_reg &b) "|",
|
||||||
@ref operator ^(const v_reg &a, const v_reg &b) "^",
|
@ref operator ^(const v_reg &a, const v_reg &b) "^",
|
||||||
@ref operator ~(const v_reg &a) "~"
|
@ref operator ~(const v_reg &a) "~"
|
||||||
@ -140,7 +140,7 @@ Element-wise binary and unary operations.
|
|||||||
@ref operator >=(const v_reg &a, const v_reg &b) ">=",
|
@ref operator >=(const v_reg &a, const v_reg &b) ">=",
|
||||||
@ref operator <(const v_reg &a, const v_reg &b) "<",
|
@ref operator <(const v_reg &a, const v_reg &b) "<",
|
||||||
@ref operator <=(const v_reg &a, const v_reg &b) "<=",
|
@ref operator <=(const v_reg &a, const v_reg &b) "<=",
|
||||||
@ref operator ==(const v_reg &a, const v_reg &b) "==",
|
@ref operator==(const v_reg &a, const v_reg &b) "==",
|
||||||
@ref operator !=(const v_reg &a, const v_reg &b) "!="
|
@ref operator !=(const v_reg &a, const v_reg &b) "!="
|
||||||
|
|
||||||
- min/max: @ref v_min, @ref v_max
|
- min/max: @ref v_min, @ref v_max
|
||||||
|
Loading…
Reference in New Issue
Block a user