@@ -517,9 +517,9 @@ namespace af
|
517 | 517 | |
518 | 518 | #if AF_API_VERSION >= 31 |
519 | 519 | /** |
520 | | - \param[inout] a is the array whose values are replaced with values from \p b when \p cond is true |
| 520 | + \param[inout] a is the array whose values are replaced with values from \p b when \p cond is false |
521 | 521 | \param[in] cond is the conditional array |
522 | | - \param[in] b is the array containing elements which replace elements in \p a when \p cond is true |
| 522 | + \param[in] b is the array containing elements which replace elements in \p a when \p cond is false |
523 | 523 | |
524 | 524 | \ingroup data_func_replace |
525 | 525 | */ |
@@ -528,9 +528,9 @@ namespace af
|
528 | 528 | |
529 | 529 | #if AF_API_VERSION >= 31 |
530 | 530 | /** |
531 | | - \param[inout] a is the array whose values are replaced with values from \p b when \p cond is true |
| 531 | + \param[inout] a is the array whose values are replaced with values from \p b when \p cond is false |
532 | 532 | \param[in] cond is the conditional array |
533 | | - \param[in] b is value that replaces elements in \p a when \p cond is true |
| 533 | + \param[in] b is value that replaces elements in \p a when \p cond is false |
534 | 534 | |
535 | 535 | \ingroup data_func_replace |
536 | 536 | */ |
@@ -836,7 +836,7 @@ extern "C" {
|
836 | 836 | |
837 | 837 | #if AF_API_VERSION >= 31 |
838 | 838 | /** |
839 | | - \param[inout] a is the array whose values are replaced by \p b when \p cond is true |
| 839 | + \param[inout] a is the array whose values are replaced by \p b when \p cond is false |
840 | 840 | \param[in] cond is the conditional array |
841 | 841 | \param[in] b is the array containing elements that replaces elements of a where \p cond is false |
842 | 842 | |
@@ -847,7 +847,7 @@ extern "C" {
|
847 | 847 | |
848 | 848 | #if AF_API_VERSION >= 31 |
849 | 849 | /** |
850 | | - \param[inout] a is the array whose values are replaced by \p b when \p cond is true |
| 850 | + \param[inout] a is the array whose values are replaced by \p b when \p cond is false |
851 | 851 | \param[in] cond is the conditional array |
852 | 852 | \param[in] b is the scalar that replaces the false parts of \p a |
853 | 853 | |
|