changeset 22272:1c840b2fd337

doc: Don't escape " within @qcode macro (bug #48722). * qr.cc (Fqr), luinc.m: Don't escape " within @qcode macro.
author Rik <rik@octave.org>
date Thu, 11 Aug 2016 15:49:06 -0700
parents 16efd0403698
children 91c5442ea9fd
files libinterp/dldfcn/qr.cc scripts/deprecated/luinc.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"}.
--- 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