changeset 224:b1c2dd47b41a

Put seealso before end deftypefn
author hauberg
date Thu, 04 Jan 2007 23:52:31 +0000
parents 82255781fa70
children 044560dec9ea
files inst/hot.m inst/hsv.m inst/im2col.m inst/imadjust.m inst/jet.m inst/makelut.m inst/medfilt2.m inst/nlfilter.m inst/ordfilt2.m inst/pink.m inst/prism.m inst/qtdecomp.m inst/qtgetblk.m inst/qtsetblk.m inst/rainbow.m inst/spring.m inst/stretchlim.m inst/summer.m inst/white.m inst/winter.m
diffstat 20 files changed, 38 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/inst/hot.m
+++ b/inst/hot.m
@@ -20,8 +20,8 @@
 ## (black through dark red, red, orange, yellow to white)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/hsv.m
+++ b/inst/hsv.m
@@ -20,8 +20,8 @@
 ## (red through yellow, green, cyan,blue,magenta to red)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/im2col.m
+++ b/inst/im2col.m
@@ -74,8 +74,8 @@
 ## say it explicity, since it looks as an omission.
 ## @end itemize
 ##
+## @seealso{col2im}
 ## @end deftypefn
-## @seealso{col2im}
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
@@ -240,6 +240,9 @@
 
 %
 % $Log$
+% Revision 1.3  2007/01/04 23:47:43  hauberg
+% Put seealso before end deftypefn
+%
 % Revision 1.2  2007/01/04 23:37:54  hauberg
 % Minor changes in help text
 %
--- a/inst/imadjust.m
+++ b/inst/imadjust.m
@@ -93,8 +93,8 @@
 ## images and by 65535 for uint16 as in MATLAB.
 ## @end itemize
 ## 
+## @seealso{stretchlim, brighten}
 ## @end deftypefn
-## @seealso{stretchlim, brighten}
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
@@ -347,6 +347,9 @@
 
 %
 % $Log$
+% Revision 1.2  2007/01/04 23:47:43  hauberg
+% Put seealso before end deftypefn
+%
 % Revision 1.1  2006/08/20 12:59:33  hauberg
 % Changed the structure to match the package system
 %
--- a/inst/jet.m
+++ b/inst/jet.m
@@ -20,8 +20,8 @@
 ## (dark blue through blue, cyan, green, yellow, red to dark red)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/makelut.m
+++ b/inst/makelut.m
@@ -34,8 +34,8 @@
 ##
 ## makelut also passes parameters @var{P1}, @var{P2}, .... to @var{fun}. 
 ##
+## @seealso{applylut}
 ## @end deftypefn
-## @seealso{applylut}
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
--- a/inst/medfilt2.m
+++ b/inst/medfilt2.m
@@ -27,8 +27,8 @@
 ## Optional variable @var{padding} defines the padding used in augmenting 
 ## the borders of @var{A}. See impad for details.
 ##
+## @seealso{ordfilt2}
 ## @end deftypefn
-## @seealso{ordfilt2}
 
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
 ## Created: 5.5.2000
--- a/inst/nlfilter.m
+++ b/inst/nlfilter.m
@@ -37,8 +37,8 @@
 ## uint16 images and 1 for double images. Keep in mind that if 'indexed'
 ## is not specified padding is always done using 0.
 ##
+## @seealso{colfilt,blkproc,inline}
 ## @end deftypefn
-## @seealso{colfilt,blkproc,inline}
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
@@ -149,6 +149,9 @@
 
 %
 % $Log$
+% Revision 1.3  2007/01/04 23:50:47  hauberg
+% Put seealso before end deftypefn
+%
 % Revision 1.2  2007/01/04 23:37:54  hauberg
 % Minor changes in help text
 %
--- a/inst/ordfilt2.m
+++ b/inst/ordfilt2.m
@@ -31,8 +31,8 @@
 ## Optional variable @var{padding} determines how the matrix @var{A} 
 ## is padded from the edges. See impad for details.
 ## 
+## @seealso{medfilt2}
 ## @end deftypefn
-## @seealso{medfilt2}
 
 
 ## Author: Teemu Ikonen <tpikonen@pcu.helsinki.fi>
--- a/inst/pink.m
+++ b/inst/pink.m
@@ -20,8 +20,8 @@
 ## (gives a sephia tone on b/w images)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/prism.m
+++ b/inst/prism.m
@@ -20,8 +20,8 @@
 ## (cycling trough red, orange, yellow, green, blue and violet)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/qtdecomp.m
+++ b/inst/qtdecomp.m
@@ -65,8 +65,8 @@
 ## S = qtdecomp(I, fun, ...) behaves as qtdecomp(I, fun) but passes
 ## extra parameters to @var{fun}.
 ##
+## @seealso{qtgetblk, qtsetblk}
 ## @end deftypefn
-## @seealso qtgetblk, qtsetblk
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
@@ -308,6 +308,9 @@
 
 %
 % $Log$
+% Revision 1.4  2007/01/04 23:50:47  hauberg
+% Put seealso before end deftypefn
+%
 % Revision 1.3  2007/01/04 23:41:47  hauberg
 % Minor changes in help text
 %
--- a/inst/qtgetblk.m
+++ b/inst/qtgetblk.m
@@ -34,8 +34,8 @@
 ## vectors, @var{r} and @var{c}, which contain the row and column
 ## coordinates of the blocks returned.
 ##
+## @seealso{qtdecomp, qtsetblk}
 ## @end deftypefn
-## @seealso qtdecomp, qtsetblk
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
@@ -142,6 +142,9 @@
 
 %
 % $Log$
+% Revision 1.3  2007/01/04 23:50:47  hauberg
+% Put seealso before end deftypefn
+%
 % Revision 1.2  2007/01/04 23:41:47  hauberg
 % Minor changes in help text
 %
--- a/inst/qtsetblk.m
+++ b/inst/qtsetblk.m
@@ -23,8 +23,8 @@
 ## @var{I} to @var{dim}-by-@var{dim} blocks in @var{vals}, which is
 ## itself a @var{dim}-by-@var{dim}-by-k array. k is the number of
 ## @var{dim}-by-@var{dim} blocks in the quadtree decomposition.
+## @seealso{qtdecomp, qtgetblk}
 ## @end deftypefn
-## @seealso qtdecomp, qtgetblk
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
@@ -96,6 +96,9 @@
 
 %
 % $Log$
+% Revision 1.3  2007/01/04 23:50:47  hauberg
+% Put seealso before end deftypefn
+%
 % Revision 1.2  2007/01/04 23:41:47  hauberg
 % Minor changes in help text
 %
--- a/inst/rainbow.m
+++ b/inst/rainbow.m
@@ -20,8 +20,8 @@
 ## (red through orange, yellow, green, blue to violet)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/spring.m
+++ b/inst/spring.m
@@ -20,8 +20,8 @@
 ## (magenta to yellow)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/stretchlim.m
+++ b/inst/stretchlim.m
@@ -64,8 +64,8 @@
 ## MATLAB behaviour.
 ## @end itemize
 ##
+## @seealso{imadjust}
 ## @end deftypefn
-## @seealso imadjust
 
 ## Author:  Josep Mones i Teixidor <jmones@puntbarra.com>
 
--- a/inst/summer.m
+++ b/inst/summer.m
@@ -20,8 +20,8 @@
 ## (green to yellow)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 ## Date:  06/03/2000
--- a/inst/white.m
+++ b/inst/white.m
@@ -20,8 +20,8 @@
 ## (completly white)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>
 
--- a/inst/winter.m
+++ b/inst/winter.m
@@ -20,8 +20,8 @@
 ## (blue to green)
 ## The argument @var{n} should be a scalar.  If it
 ## is omitted, the length of the current colormap or 64 is assumed.
+## @seealso{colormap}
 ## @end deftypefn
-## @seealso{colormap}
 
 ## Author:  Kai Habel <kai.habel@gmx.de>