help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mex function online help text


From: Luca Citi
Subject: Re: mex function online help text
Date: Fri, 19 Nov 2010 18:49:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I think Dan expects octave to read the documentation form the m file because
this is what matlab does. I found this thread for the same reason.
Do you think it is possible to implement the same in octave?
Octave should look for the documentation the way it does now but, in case no
documentation is found for the mex file, also look for the shadowed m file.
The help could warn the user about this fact with a message like:
`myfun' is a function from the file `myfun.mex'
which is undocumented, the following help comes form the shadowed file `myfun.m'

Thanks,
Luca




reply via email to

[Prev in Thread] Current Thread [Next in Thread]