Mercurial > hg > octave-avbm
diff src/data.cc @ 14100:8a2dc08886ea stable
Fix Info referencing for i, I, j, J (Bug #35157)
* data.cc (I): Fix Info referencing for i, I, j, J (Bug #35157)
by explictly using @findex macro.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 23 Dec 2011 12:04:13 -0800 |
parents | 4e8f23ccadce |
children | dac62c415e8b |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -4299,6 +4299,11 @@ DEFUN (I, args, , "-*- texinfo -*-\n\ +@c List other forms of function in documentation index\n\ +@findex i\n\ +@findex j\n\ +@findex J\n\ +\n\ @deftypefn {Built-in Function} {} I\n\ @deftypefnx {Built-in Function} {} I (@var{n})\n\ @deftypefnx {Built-in Function} {} I (@var{n}, @var{m})\n\