diff 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
line wrap: on
line diff
--- a/scripts/general/is_duplicate_entry.m
+++ b/scripts/general/is_duplicate_entry.m
@@ -21,6 +21,7 @@
 ## @deftypefn {Function File} {} is_duplicate_entry (@var{x})
 ## Return non-zero if any entries in @var{x} are duplicates of one
 ## another.
+## @seealso{unique}
 ## @end deftypefn
 
 ## Author: A. S. Hodel <scotte@eng.auburn.edu>