Mercurial > hg > octave-lyh
view scripts/sparse/module.mk @ 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 | 9106fdfc03e8 |
children | ea9992fd9c89 |
line wrap: on
line source
FCN_FILE_DIRS += sparse sparse_PRIVATE_FCN_FILES = \ sparse/private/__sprand_impl__.m sparse_FCN_FILES = \ sparse/bicg.m \ sparse/bicgstab.m \ sparse/cgs.m \ sparse/colperm.m \ sparse/etreeplot.m \ sparse/gmres.m \ sparse/gplot.m \ sparse/nonzeros.m \ sparse/pcg.m \ sparse/pcr.m \ sparse/spaugment.m \ sparse/spconvert.m \ sparse/spdiags.m \ sparse/speye.m \ sparse/spfun.m \ sparse/spones.m \ sparse/sprand.m \ sparse/sprandn.m \ sparse/sprandsym.m \ sparse/spstats.m \ sparse/spy.m \ sparse/svds.m \ sparse/treelayout.m \ sparse/treeplot.m \ $(sparse_PRIVATE_FCN_FILES) FCN_FILES += $(sparse_FCN_FILES) PKG_ADD_FILES += sparse/PKG_ADD DIRSTAMP_FILES += sparse/$(octave_dirstamp)