changeset 23200:895b8edb4f3c stable

doc: Fix build of docs broken in sub2ind (bug #50348). * sub2ind.cc (Fsub2ind): Delete accidental '%' at end of @example.
author Ernst Reissner <rei3ner@arcor.de>
date Sat, 18 Feb 2017 04:04:52 +0100
parents b93e1d29790e
children c16e46aa3553
files libinterp/corefcn/sub2ind.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/sub2ind.cc	Fri Feb 17 20:31:20 2017 -0500
+++ b/libinterp/corefcn/sub2ind.cc	Sat Feb 18 04:04:52 2017 +0100
@@ -237,7 +237,7 @@
 into the final requested dimension.  For clarity, consider the following
 examples:
 
-@example%
+@example
 @group
 ind  = [2, 8];
 dims = [3, 3];