Skip to content

Commit 53f72f1

Browse files
authored
Merge pull request opencv#7853 from mshabunin:fix-doc-warning
Documentation fixes for latest doxygen
2 parents 8b92151 + 965deab commit 53f72f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/include/opencv2/core/hal/intrin_cpp.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Element-wise binary and unary operations.
130130
@ref v_shl, @ref v_shr
131131
132132
- Bitwise logic:
133-
@ref operator &(const v_reg &a, const v_reg &b) "&",
133+
@ref operator&(const v_reg &a, const v_reg &b) "&",
134134
@ref operator |(const v_reg &a, const v_reg &b) "|",
135135
@ref operator ^(const v_reg &a, const v_reg &b) "^",
136136
@ref operator ~(const v_reg &a) "~"
@@ -140,7 +140,7 @@ Element-wise binary and unary operations.
140140
@ref operator >=(const v_reg &a, const v_reg &b) ">=",
141141
@ref operator <(const v_reg &a, const v_reg &b) "<",
142142
@ref operator <=(const v_reg &a, const v_reg &b) "<=",
143-
@ref operator ==(const v_reg &a, const v_reg &b) "==",
143+
@ref operator==(const v_reg &a, const v_reg &b) "==",
144144
@ref operator !=(const v_reg &a, const v_reg &b) "!="
145145
146146
- min/max: @ref v_min, @ref v_max

0 commit comments

Comments
 (0)