changeset 19166:767103303974

doc: Re-order seealso references in rot90, rotdim. * rot90.m, rotdim.m: Put fliplr ahead of flipud in seealso references (alphabetized).
author Rik <rik@octave.org>
date Fri, 26 Sep 2014 20:51:25 -0700
parents 8553b88e5909
children 6f0290863d50
files scripts/general/rot90.m scripts/general/rotdim.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/rot90.m	Fri Sep 26 09:36:02 2014 -0700
+++ b/scripts/general/rot90.m	Fri Sep 26 20:51:25 2014 -0700
@@ -51,7 +51,7 @@
 ## i.e., rows and columns.  To perform a rotation on any other plane, use
 ## @code{rotdim}.
 ##
-## @seealso{rotdim, flipud, fliplr, flip}
+## @seealso{rotdim, fliplr, flipud, flip}
 ## @end deftypefn
 
 ## Author: jwe
--- a/scripts/general/rotdim.m	Fri Sep 26 09:36:02 2014 -0700
+++ b/scripts/general/rotdim.m	Fri Sep 26 20:51:25 2014 -0700
@@ -51,7 +51,7 @@
 ## rotdim ([1, 2; 3, 4], 7, [1, 2])
 ## @end group
 ## @end example
-## @seealso{rot90, flipud, fliplr, flip}
+## @seealso{rot90, fliplr, flipud, flip}
 ## @end deftypefn
 
 function y = rotdim (x, n, plane)