diff scripts/deprecated/is_struct.m @ 7693:8e5371d47da6

note version when functions were deprecated
author John W. Eaton <jwe@octave.org>
date Thu, 03 Apr 2008 21:56:23 -0400
parents a1dbe9d80eee
children 0a362fa8f3c8
line wrap: on
line diff
--- a/scripts/deprecated/is_struct.m
+++ b/scripts/deprecated/is_struct.m
@@ -23,6 +23,8 @@
 
 ## Author: jwe
 
+## Deprecated in version 3.0
+
 function retval = is_struct (varargin)
 
   retval = isstruct (varargin{:});