[arrayfire] 21/29: Fix documentation groups for select and replace

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Oct 19 17:48:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository arrayfire.

commit 2c3b4758c95f75ceeb6ec718e80cee35eb3ba214
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Oct 7 13:07:46 2015 -0400

    Fix documentation groups for select and replace
---
 docs/details/data.dox | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs/details/data.dox b/docs/details/data.dox
index b60b678..d1dcfa4 100644
--- a/docs/details/data.dox
+++ b/docs/details/data.dox
@@ -321,5 +321,30 @@ Mirrors the array along the specified dimensions.
 
 =======================================================================
 
+\defgroup data_func_select select
+
+\brief Select elements from two arrays based on an conditional array
+
+If the condition array has an element as true, then the element from
+the lhs array/value is selected, otherwise the element from the rhs
+array/value is selected.
+
+\ingroup manip_mat
+\ingroup arrayfire_func
+
+=======================================================================
+
+\defgroup data_func_replace replace
+
+\brief Replace elements of an array based on an conditional array
+
+If the condition array has an element as true, then the element is
+replaced by the array/value, otherwise no change.
+
+\ingroup manip_mat
+\ingroup arrayfire_func
+
+=======================================================================
+
 @}
 */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list