diff scripts/strings/strchr.m @ 8715:954b6f69f51d

doc fixes
author John W. Eaton <jwe@octave.org>
date Tue, 10 Feb 2009 16:02:36 -0500
parents 3591fe09f3b1
children fa981a053064
line wrap: on
line diff
--- a/scripts/strings/strchr.m	Tue Feb 10 10:59:09 2009 -0500
+++ b/scripts/strings/strchr.m	Tue Feb 10 16:02:36 2009 -0500
@@ -28,6 +28,7 @@
 ## This will be faster than using regexp in most cases.
 ##
 ## @seealso{find}
+## @end deftypefn
 
 function varargout = strchr (str, chars, varargin)
   if (nargin < 2 || ! ischar (str) || ! ischar (chars))