changeset 10600:036bdc2d0af0

Wrap documentation line to prevent overfull hbox LaTex warning
author Rik <octave@nomad.inbox5.com>
date Sun, 02 May 2010 22:05:41 -0700
parents d0e0bb2ebebb
children 3ce0c530a9c9
files src/ChangeLog src/ov-cell.cc
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun May 02 21:19:55 2010 -0700
+++ b/src/ChangeLog	Sun May 02 22:05:41 2010 -0700
@@ -1,3 +1,8 @@
+2010-05-02  Rik <octave@nomad.inbox5.com>
+
+	* ov-cell.cc: Wrap documentation line to prevent overfull hbox 
+        LaTex warning
+
 2010-05-01  Ben Abbott <bpabbott@mac.com>
 
 	* graphics.cc, graphics.h.in: Remove line object properties ldata,
--- a/src/ov-cell.cc	Sun May 02 21:19:55 2010 -0700
+++ b/src/ov-cell.cc	Sun May 02 22:05:41 2010 -0700
@@ -1344,7 +1344,8 @@
 \n\
 @example\n\
 @group\n\
-  s = struct('name', @{'Peter', 'Hannah', 'Robert'@}, 'age', @{23, 16, 3@});\n\
+  s = struct('name', @{'Peter', 'Hannah', 'Robert'@},\n\
+             'age', @{23, 16, 3@});\n\
   c = struct2cell(s)\n\
      @result{} c = @{1x1x3 Cell Array@}\n\
   c(1,1,:)(:)\n\