changeset 2686:9384f6ea0f4d octave-forge

Fixed texinfo in bwmorph
author hauberg
date Sun, 15 Oct 2006 08:04:55 +0000
parents bfec1369b39e
children 311cb011bbde
files main/image/inst/bwmorph.m
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/inst/bwmorph.m	Sun Oct 15 08:00:39 2006 +0000
+++ b/main/image/inst/bwmorph.m	Sun Oct 15 08:04:55 2006 +0000
@@ -185,8 +185,8 @@
 ## W. K. Pratt, "Digital Image Processing"
 ## Gonzalez and Woods, "Digital Image Processing"
 ##
+## @seealso{dilate, erode, makelut, applylut}
 ## @end deftypefn
-## @seealso dilate erode makelut applylut
 
 
 ## TODO: As soon as Octave doesn't segfault when assigning values to a
@@ -590,6 +590,9 @@
 
 %
 % $Log$
+% Revision 1.2  2006/10/15 08:04:55  hauberg
+% Fixed texinfo in bwmorph
+%
 % Revision 1.1  2006/08/20 12:59:32  hauberg
 % Changed the structure to match the package system
 %