changeset 2568:8f2c6369cd3a octave-forge

Fix texinfo bug in fibosplitstream
author hauberg
date Tue, 03 Oct 2006 08:45:42 +0000
parents 69be1ed1e407
children cae9c8cdd114
files main/comm/inst/fibosplitstream.m
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/comm/inst/fibosplitstream.m	Tue Oct 03 08:37:40 2006 +0000
+++ b/main/comm/inst/fibosplitstream.m	Tue Oct 03 08:45:42 2006 +0000
@@ -31,13 +31,14 @@
 ## @example
 ## @group
 ##
-## fibodeco(fibosplitstream([fiboenco(randint(1,100,[0 255])){:}]))
-## fibodeco(fibosplitstream([fiboenco(1:10){:}]))
+## fibodeco(fibosplitstream([fiboenco(randint(1,100,[0 255]))@{:@}]))
+## fibodeco(fibosplitstream([fiboenco(1:10)@{:@}]))
 ##
 ## @end group
 ## @end example
+## @seealso{fiboenco,fibodeco}
 ## @end deftypefn
-## @seealso{fiboenco,fibodeco}
+
 function symbols=fibosplitstream(stream)
   if nargin < 1
      error('usage: fibosplitstream(stream); see help')
@@ -79,4 +80,4 @@
 end
 %!
 %!assert(fibodeco(fibosplitstream([fiboenco(1:10)){:}]),[1:10])
-%!
\ No newline at end of file
+%!