comparison src/DLD-FUNCTIONS/symbfact.cc @ 13780:990762e784fe

Fix confusing interaction between @code macro and transpose operator (') in documentation (Bug #34661). * octave.texi: Define new @xcode macro which expands to nothing in plain text or Info output. Expands to normal @code for all other formats. * data.cc: Rephrase documentation for functions which have operator equivalents. Use @xcode macro to mark the operator equivalent for these functions. * expr.txi: Use @asis markup in table to prevent confusion between transpose operator and @code expansion in Info format. * mk_doc_cache.m, __makeinfo__.m: Add processing for new @xcode macro. * krylov.m, etreeplot.m, lu.cc, schur.cc, symbfact.cc: Use new @xcode macro.
author Rik <octave@nomad.inbox5.com>
date Tue, 01 Nov 2011 11:08:18 -0700
parents 12df7854fa7c
children 72c96de7a403
comparison
equal deleted inserted replaced
13779:7c0fcabd1a66 13780:990762e784fe
61 \n\ 61 \n\
62 @item col\n\ 62 @item col\n\
63 Factorize @code{@var{S}' * @var{S}}.\n\ 63 Factorize @code{@var{S}' * @var{S}}.\n\
64 \n\ 64 \n\
65 @item row\n\ 65 @item row\n\
66 Factorize @code{@var{S} * @var{S}'}.\n\ 66 Factorize @xcode{@var{S} * @var{S}'}.\n\
67 \n\ 67 \n\
68 @item lo\n\ 68 @item lo\n\
69 Factorize @code{@var{S}'}\n\ 69 Factorize @xcode{@var{S}'}\n\
70 @end table\n\ 70 @end table\n\
71 \n\ 71 \n\
72 @item mode\n\ 72 @item mode\n\
73 The default is to return the Cholesky@tie{}factorization for @var{r}, and if\n\ 73 The default is to return the Cholesky@tie{}factorization for @var{r}, and if\n\
74 @var{mode} is 'L', the conjugate transpose of the Cholesky@tie{}factorization\n\ 74 @var{mode} is 'L', the conjugate transpose of the Cholesky@tie{}factorization\n\