Commit 53f72f18 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

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

Documentation fixes for latest doxygen
parents 8b92151e 965deaba
...@@ -130,7 +130,7 @@ Element-wise binary and unary operations. ...@@ -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. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment