Mercurial > hg > octave-nkf
comparison scripts/general/is_duplicate_entry.m @ 11431:0d9640d755b1
Improve docstrings for all isXXX functions.
Use 'return true' rather than 'return 1'.
Improve the cross-referencing through seealso links.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 31 Dec 2010 13:20:44 -0800 |
parents | a1dbe9d80eee |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
11430:6374938b3b36 | 11431:0d9640d755b1 |
---|---|
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Function File} {} is_duplicate_entry (@var{x}) | 21 ## @deftypefn {Function File} {} is_duplicate_entry (@var{x}) |
22 ## Return non-zero if any entries in @var{x} are duplicates of one | 22 ## Return non-zero if any entries in @var{x} are duplicates of one |
23 ## another. | 23 ## another. |
24 ## @seealso{unique} | |
24 ## @end deftypefn | 25 ## @end deftypefn |
25 | 26 |
26 ## Author: A. S. Hodel <scotte@eng.auburn.edu> | 27 ## Author: A. S. Hodel <scotte@eng.auburn.edu> |
27 | 28 |
28 function retval = is_duplicate_entry (x) | 29 function retval = is_duplicate_entry (x) |