[arrayfire] 60/284: DOC resolve markerType enum in graphics
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit 365dc949deee9818a152f8c26ee8eab4baf17a15
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Sat Dec 5 15:32:44 2015 -0500
DOC resolve markerType enum in graphics
---
include/af/graphics.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/af/graphics.h b/include/af/graphics.h
index eeb3f09..600d48a 100644
--- a/include/af/graphics.h
+++ b/include/af/graphics.h
@@ -408,7 +408,7 @@ AFAPI af_err af_draw_plot(const af_window wind, const af_array X, const af_array
\param[in] wind is the window handle
\param[in] X is an \ref af_array with the x-axis data points
\param[in] Y is an \ref af_array with the y-axis data points
- \param[in] marker is an \ref markerType enum specifying which marker to use in the scatter plot
+ \param[in] marker is an \ref af_marker_type enum specifying which marker to use in the scatter plot
\param[in] props is structure \ref af_cell that has the properties that are used
for the current rendering.
@@ -429,7 +429,7 @@ AFAPI af_err af_draw_scatter(const af_window wind, const af_array X, const af_ar
\param[in] wind is the window handle
\param[in] P is an \ref af_array or matrix with the xyz-values of the points
- \param[in] marker is an \ref markerType enum specifying which marker to use in the scatter plot
+ \param[in] marker is an \ref af_marker_type enum specifying which marker to use in the scatter plot
\param[in] props is structure \ref af_cell that has the properties that are used
for the current rendering.
--
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