changeset 6944:96714c92a278

[project @ 2007-10-02 16:53:00 by jwe]
author jwe
date Tue, 02 Oct 2007 16:53:00 +0000
parents f6d78960f674
children 6bbf56a9718a
files scripts/control/base/impulse.m scripts/control/base/step.m scripts/image/image_viewer.m
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/control/base/impulse.m	Tue Oct 02 15:22:30 2007 +0000
+++ b/scripts/control/base/impulse.m	Tue Oct 02 16:53:00 2007 +0000
@@ -46,7 +46,7 @@
 ## @item t
 ## Times of the impulse response.
 ## @end table
-## @seealso{step, __stepimp__}
+## @seealso{step}
 ## @end deftypefn
 
 ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de>
--- a/scripts/control/base/step.m	Tue Oct 02 15:22:30 2007 +0000
+++ b/scripts/control/base/step.m	Tue Oct 02 16:53:00 2007 +0000
@@ -48,7 +48,7 @@
 ## @end table
 ##
 ## When invoked with the output parameter @var{y} the plot is not displayed.
-## @seealso{impulse, __stepimp__}
+## @seealso{impulse}
 ## @end deftypefn
 
 ## Author: Kai P. Mueller <mueller@ifr.ing.tu-bs.de>
--- a/scripts/image/image_viewer.m	Tue Oct 02 15:22:30 2007 +0000
+++ b/scripts/image/image_viewer.m	Tue Oct 02 16:53:00 2007 +0000
@@ -60,7 +60,7 @@
 ## between 0 and 100, and not 0 and 1 like Octave assumes. This is
 ## solved by setting the third argument to 100.
 ##
-## @seealso{image, imshow, __img_gnuplot__, __img_via_file__}
+## @seealso{image, imshow}
 ## @end deftypefn
 
 function [ocmd, ofcn, ozoom] = image_viewer (cmd, fcn, zoom)