diff src/ov-fcn-inline.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents fda074a55b5c
children 8d7162924bd3
line wrap: on
line diff
--- a/src/ov-fcn-inline.cc	Sat Mar 04 22:21:01 2006 +0000
+++ b/src/ov-fcn-inline.cc	Mon Mar 06 21:26:54 2006 +0000
@@ -584,8 +584,8 @@
 \n\
 If the second argument is an integer @var{n}, the arguments are\n\
 @code{\"x\"}, @code{\"P1\"}, @dots{}, @code{\"P@var{N}\"}.\n\
-@end deftypefn\n\
-@seealso{argnames, formula, vectorize}")
+@seealso{argnames, formula, vectorize}\n\
+@end deftypefn")
 {
   octave_value retval;
 
@@ -737,8 +737,8 @@
 Return a character string representing the inline function @var{fun}.\n\
 Note that @code{char (@var{fun})} is equivalent to\n\
 @code{formula (@var{fun})}.\n\
-@end deftypefn\n\
-@seealso{argnames, inline, vectorize}")
+@seealso{argnames, inline, vectorize}\n\
+@end deftypefn")
 {
   octave_value retval;
 
@@ -764,8 +764,8 @@
 @deftypefn {Built-in Function} {} argnames (@var{fun})\n\
 Return a cell array of character strings containing the names of\n\
 the arguments of the inline function @var{fun}.\n\
-@end deftypefn\n\
-@seealso{argnames, inline, formula, vectorize}")
+@seealso{argnames, inline, formula, vectorize}\n\
+@end deftypefn")
 {
   octave_value retval;
 
@@ -801,8 +801,7 @@
 Create a vectorized version of the inline function @var{fun}\n\
 by replacing all occurrences of @code{*}, @code{/}, etc., with\n\
 @code{.*}, @code{./}, etc.\n\
-@end deftypefn\n\
-@seealso{argnames, inline, formula, vectorize}")
+@end deftypefn")
 {
   octave_value retval;