[arrayfire] 20/34: Minor fixes in documentation. Fix cmake command for docs

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 27 14:46:03 UTC 2015


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

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

commit 5fd5463bcaf037fb2f2b9eae6e4394d238d9381e
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Wed Sep 23 13:23:24 2015 -0400

    Minor fixes in documentation. Fix cmake command for docs
---
 docs/CMakeLists.txt    |  2 +-
 docs/details/array.dox | 13 ++-----------
 include/arrayfire.h    |  2 +-
 3 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index df3c0bd..ec7f384 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -22,7 +22,7 @@ ADD_CUSTOM_TARGET(docs
     ALL
     COMMAND ${DOXYGEN_EXECUTABLE} ${AF_DOCS_CONFIG_OUT}
     COMMAND cmake -E copy_directory ${ASSETS_DIR} ${CMAKE_CURRENT_BINARY_DIR}
-    COMMAND cmake -E remove_directory ${CMAKE_CURRENT_BINARY_DIR}/.git
+    COMMAND cmake -E remove ${CMAKE_CURRENT_BINARY_DIR}/.git
     WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
     COMMENT "Generating Documentation"
     VERBATIM)
diff --git a/docs/details/array.dox b/docs/details/array.dox
index e8daf4b..a58955c 100644
--- a/docs/details/array.dox
+++ b/docs/details/array.dox
@@ -3,7 +3,7 @@
 \addtogroup arrayfire_func
 @{
 \defgroup array_mem_operator_paren operator()
-\ingroup index_mat 
+\ingroup index_mat
 
 \brief Gets a reference to a set of elements
 
@@ -92,7 +92,7 @@ Adds and assigns values
 \defgroup array_mem_operator_minus_eq operator-=
 \ingroup index_mat
 
-\brief Substracts and assigns the value(s) of val to the elements of the
+\brief Subtracts and assigns the value(s) of val to the elements of the
 af::array
 
 Substracts and assigns values
@@ -116,14 +116,5 @@ Multiplies and assigns values
 
 Divides and assigns values
 
-===============================================================================
-
-\defgroup array_mem_operator_plus operator+
-\ingroup arith_mat
-
-\brief Divides and assigns the value(s) of val to the elements of the af::array
-
-Divides and assigns values
-
 @}
 */
diff --git a/include/arrayfire.h b/include/arrayfire.h
index 3028962..56518b2 100644
--- a/include/arrayfire.h
+++ b/include/arrayfire.h
@@ -39,7 +39,7 @@
       @defgroup data_mat Functions to create arrays.
       constant, random, range, etc.
 
-      @defgroup index_mat Indexing operation on arrays
+      @defgroup index_mat Assignment & Indexing operation on arrays
       Access sub regions of an array object
 
       @defgroup manip_mat Move and Reorder array content

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