Mercurial > hg > octave-lyh
diff scripts/general/is_duplicate_entry.m @ 3449:858695b3ed62
[project @ 2000-01-18 04:08:59 by jwe]
author | jwe |
---|---|
date | Tue, 18 Jan 2000 04:09:14 +0000 |
parents | f8dde1807dee |
children | 22bd65326ec1 |
line wrap: on
line diff
--- a/scripts/general/is_duplicate_entry.m +++ b/scripts/general/is_duplicate_entry.m @@ -17,9 +17,11 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -## Usage: is_duplicate_entry (x) -## -## Return non-zero if any entries in x are duplicates of one another. +## -*- texinfo -*- +## @deftypefn {Function File} {} is_duplicate_entry (@var{x}) +## Return non-zero if any entries in @var{x} are duplicates of one +## another. +## @end deftypefn ## Author: A. S. Hodel <scotte@eng.auburn.edu>