changeset 29490:0e734bdfd6b2 stable

isprop.m: Document that function only works on graphics objects in Octave 6.X (bug #60295) isprop.m: Document that function only works on graphics objects in Octave 6.X, but that it has already been extended to classdef objects on the development branch.
author Rik <rik@octave.org>
date Mon, 05 Apr 2021 09:09:22 -0700
parents a11714e03733
children 747f592e2001 a41c4b9ed648
files scripts/plot/util/isprop.m
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/isprop.m	Thu Apr 01 18:55:45 2021 +0200
+++ b/scripts/plot/util/isprop.m	Mon Apr 05 09:09:22 2021 -0700
@@ -30,8 +30,12 @@
 ## @var{obj} may also be an array of objects in which case @var{res} will be a
 ## logical array indicating whether each handle has the property @var{prop}.
 ##
-## For plotting, @var{obj} is a handle to a graphics object.  Otherwise,
-## @var{obj} should be an instance of a class.
+## For plotting, @var{obj} is a handle to a graphics object.
+##
+## Programming Note: There is no support in Octave versions 6.X.X for @var{obj}
+## to be an instance of a class (i.e., a classdef object).  This functionality
+## has already been added on the development branch which will become Octave
+## 7.1.0.
 ## @seealso{get, set, ismethod, isobject}
 ## @end deftypefn