# HG changeset patch # User Rik # Date 1470955746 25200 # Node ID 1c840b2fd33700cd90f19618f5bdb9be03159262 # Parent 16efd0403698c1736db5aeeeadf08738cfece1a8 doc: Don't escape " within @qcode macro (bug #48722). * qr.cc (Fqr), luinc.m: Don't escape " within @qcode macro. diff -r 16efd0403698 -r 1c840b2fd337 libinterp/dldfcn/qr.cc --- a/libinterp/dldfcn/qr.cc Thu Aug 11 10:42:26 2016 -0700 +++ b/libinterp/dldfcn/qr.cc Thu Aug 11 15:49:06 2016 -0700 @@ -1242,7 +1242,7 @@ @var{R}@tie{}upper trapezoidal, return the QR@tie{}factorization of @w{[A(:,1:j-1), U, A(:,j:n)]}, where @var{u} is a column vector to be inserted into @var{A} -(if @var{orient} is @qcode{\"col\"}), +(if @var{orient} is @qcode{"col"}), or the QR@tie{}factorization of @w{[A(1:j-1,:);X;A(:,j:n)]}, where @var{x} is a row @var{orient} is @qcode{"row"}). The default value of @var{orient} is @qcode{"col"}. diff -r 16efd0403698 -r 1c840b2fd337 scripts/deprecated/luinc.m --- a/scripts/deprecated/luinc.m Thu Aug 11 10:42:26 2016 -0700 +++ b/scripts/deprecated/luinc.m Thu Aug 11 15:49:06 2016 -0700 @@ -72,7 +72,7 @@ ## All other fields in @var{opts} are ignored. The outputs from @code{luinc} ## are the same as for @code{lu}. ## -## Given the string argument @qcode{\"vector\"}, @code{luinc} returns the +## Given the string argument @qcode{"vector"}, @code{luinc} returns the ## values of @var{p} @var{q} as vector values. ## @seealso{ilu, ichol, lu, sparse} ## @end deftypefn