Mercurial > hg > octave-avbm
changeset 15175:5984aa619cd9
doc: Remove multiple seealso links to I (bug #37046).
arith.txi: Remove multiple doc-anchors to I
data.cc: Remove multiple seealso links (i,j,J) to I.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 14 Aug 2012 21:32:26 -0700 |
parents | f3a5338aaa01 |
children | befb99c0c72f |
files | doc/interpreter/arith.txi src/interpfcn/data.cc |
diffstat | 2 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/arith.txi +++ b/doc/interpreter/arith.txi @@ -309,10 +309,6 @@ @DOCSTRING(pi) -@c Provide a Seealso link location for these objects in the documentation -@anchor{doc-i} -@anchor{doc-j} -@anchor{doc-J} @DOCSTRING(I) @DOCSTRING(Inf)
--- a/src/interpfcn/data.cc +++ b/src/interpfcn/data.cc @@ -4060,7 +4060,7 @@ arguments specify additional matrix dimensions.\n\ The optional argument @var{class} specifies the return type and may be\n\ either \"double\" or \"single\".\n\ -@seealso{log, exp, pi, i, j}\n\ +@seealso{log, exp, pi, I}\n\ @end deftypefn") { #if defined (M_E) @@ -4217,7 +4217,7 @@ arguments specify additional matrix dimensions.\n\ The optional argument @var{class} specifies the return type and may be\n\ either \"double\" or \"single\".\n\ -@seealso{e, i, j}\n\ +@seealso{e, I}\n\ @end deftypefn") { #if defined (M_PI) @@ -4326,7 +4326,7 @@ arguments specify additional matrix dimensions.\n\ The optional argument @var{class} specifies the return type and may be\n\ either \"double\" or \"single\".\n\ -@seealso{e, pi, log, exp, i, j, J}\n\ +@seealso{e, pi, log, exp}\n\ @end deftypefn") { return fill_matrix (args, Complex (0.0, 1.0), "I");