diff scripts/general/isequal.m @ 5182:5b361aa47dff

[project @ 2005-03-03 06:21:47 by jwe]
author jwe
date Thu, 03 Mar 2005 06:21:47 +0000
parents 41cd70503c72
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/general/isequal.m	Thu Mar 03 05:49:55 2005 +0000
+++ b/scripts/general/isequal.m	Thu Mar 03 06:21:47 2005 +0000
@@ -17,8 +17,11 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## isequal(x1, x2, ...)
-##    true if all parts of x1, x2, ... are equal
+## -*- texinfo -*-
+## @deftypefn {Function File} {} isequal (@var{x1}, @var{x2}, @dots{}, @var{xN})
+## Return true if all parts of @var{x1}, @var{x2}, @dots{}, @var{xN} are
+## equal.
+## @end deftypefn
 
 ## Author: Paul Kienzle
 ## Adapted-by: jwe