[arrayfire] 368/408: Documentation for missing index header functions

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:12:32 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 27121828717b7a418c022a8488541ccb58e029ef
Author: pradeep <pradeep at arrayfire.com>
Date:   Thu Aug 27 16:25:36 2015 -0400

    Documentation for missing index header functions
---
 docs/details/index.dox | 19 +++++++++++++++++++
 include/af/index.h     |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/docs/details/index.dox b/docs/details/index.dox
new file mode 100644
index 0000000..85386b2
--- /dev/null
+++ b/docs/details/index.dox
@@ -0,0 +1,19 @@
+/**
+\addtogroup arrayfire_func
+@{
+
+\defgroup index_func_index index
+
+\brief lookup values on array based on sequences
+
+\ingroup index_mat
+
+
+
+\defgroup index_func_assign assign
+
+\brief Copy and write values in the locations specified by the sequences
+
+\ingroup index_mat
+@}
+*/
diff --git a/include/af/index.h b/include/af/index.h
index 986e1a3..e3bb77b 100644
--- a/include/af/index.h
+++ b/include/af/index.h
@@ -282,7 +282,7 @@ extern "C" {
     /// \param[in] indices  is an af_array of \ref af_index_t objects
     /// \param[in] rhs      is the array whose values will be assigned to \p lhs
     ///
-    /// \ingroup index_func_index
+    /// \ingroup index_func_assign
     ///
     AFAPI af_err af_assign_gen( af_array *out,
                                 const af_array lhs,

-- 
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