[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
seealso
From: |
John W. Eaton |
Subject: |
seealso |
Date: |
Tue, 18 Jul 2000 12:41:19 -0500 (CDT) |
On 18-Jul-2000, Teemu Ikonen <address@hidden> wrote:
| While writing docstrings to my Octave functions I noticed that there is a
| texinfo tag called @seealso in the documentation of many of octaves
| standard functions listing related functions. For some reason this
| information, which in my opinion is usually quite useful, is filtered out
| from the output of the help command. Is this a bug or a feature?
Hmm. Works for me:
octave:1> help hilb
hilb is the user-defined function from the file
/home/jwe/src/octave/scripts/special-matrix/hilb.m
- Function File: hilb (N)
Return the Hilbert matrix of order N. The i, j element of a
Hilbert matrix is defined as
H (i, j) = 1 / (i + j - 1)
Do you have Texinfo 4.0 installed? Octave 2.1.x uses the newer
version of makeinfo to format help strings now.
Please consider subscribing to the octave-maintainers mailing list if
you are using Octave 2.1.x, and especially if you are doing
development work with it.
Thanks,
jwe
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- matlab5, Daniel Heiserer, 2000/07/18
- seealso, Teemu Ikonen, 2000/07/18
- seealso,
John W. Eaton <=