changeset 2727:99357f5d45aa octave-forge

deftypefn and not deftypefnx
author adb014
date Thu, 19 Oct 2006 09:39:17 +0000
parents eeed7b07e53b
children 2b40ad4523fa
files main/odepkg/inst/ode54.m main/odepkg/inst/ode78.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/odepkg/inst/ode54.m	Wed Oct 18 22:58:45 2006 +0000
+++ b/main/odepkg/inst/ode54.m	Thu Oct 19 09:39:17 2006 +0000
@@ -16,7 +16,7 @@
 %# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
 %# -*- texinfo -*-
-%# @deftypefnx {Function} {@var{[sol]} =} ode54 (@var{@@fun, slot, init, [opt], [P1, P2, @dots{}]})
+%# @deftypefn {Function} {@var{[sol]} =} ode54 (@var{@@fun, slot, init, [opt], [P1, P2, @dots{}]})
 %# @deftypefnx {Function} {@var{[t, y, [te, ye, ie]]} =} ode54 (@var{@@fun, slot, init, [opt], [P1, P2, @dots{}]})
 %#
 %# Returns the solution structure @var{sol} after solving the set of
--- a/main/odepkg/inst/ode78.m	Wed Oct 18 22:58:45 2006 +0000
+++ b/main/odepkg/inst/ode78.m	Thu Oct 19 09:39:17 2006 +0000
@@ -16,7 +16,7 @@
 %# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
 %# -*- texinfo -*-
-%# @deftypefnx {Function} {@var{[sol]} =} ode78 (@var{@@fun, slot, init, [opt], [P1, P2, @dots{}]})
+%# @deftypefn {Function} {@var{[sol]} =} ode78 (@var{@@fun, slot, init, [opt], [P1, P2, @dots{}]})
 %# @deftypefnx {Function} {@var{[t, y, [te, ye, ie]]} =} ode78 (@var{@@fun, slot, init, [opt], [P1, P2, @dots{}]})
 %#
 %# Returns the solution structure @var{sol} after solving the set of