Merge pull request #7853 from mshabunin:fix-doc-warning

Documentation fixes for latest doxygen
pull/7852/head
Alexander Alekhin 8 years ago committed by GitHub
commit 53f72f18f5
  1. 4
      modules/core/include/opencv2/core/hal/intrin_cpp.hpp

@ -130,7 +130,7 @@ Element-wise binary and unary operations.
@ref v_shl, @ref v_shr
- 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) "~"
@ -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) "!="
- min/max: @ref v_min, @ref v_max

Loading…
Cancel
Save