# HG changeset patch # User Ernst Reissner # Date 1487387092 -3600 # Node ID 895b8edb4f3c03a54e58411258ee76684d8b9358 # Parent b93e1d29790e6cd70a5a52100111d3b48368aedb doc: Fix build of docs broken in sub2ind (bug #50348). * sub2ind.cc (Fsub2ind): Delete accidental '%' at end of @example. diff -r b93e1d29790e -r 895b8edb4f3c libinterp/corefcn/sub2ind.cc --- 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];