changeset 10807:bdde9c59f77a

typecast: Combine two @seealso macro uses to one.
author Rik <octave@nomad.inbox5.com>
date Tue, 20 Jul 2010 07:00:04 -0700
parents 7c542263a92a
children b988a45b6005
files src/DLD-FUNCTIONS/typecast.cc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/typecast.cc
+++ b/src/DLD-FUNCTIONS/typecast.cc
@@ -120,7 +120,6 @@
 \"logical\" is not allowed for @var{class}.\n\
 If the input is a row vector, the return value is a row vector, otherwise it is a column vector.\n\
 If the bit length of @var{x} is not divisible by that of @var{class}, an error occurs.\n\
-@seealso{bitunpack,bitpack}\n\
 \n\
 An example of the use of typecast on a little-endian machine is\n\
 \n\
@@ -131,7 +130,7 @@
 @result{} [   0,   1, 255, 255]\n\
 @end group\n\
 @end example\n\
-@seealso{cast, swapbytes}\n\
+@seealso{cast, bitunpack, bitpack, swapbytes}\n\
 @end deftypefn")
 {
   octave_value retval;