Re: Inheriting Properties (or something similar) in IDLDOC [message #83090 is a reply to message #82950] |
Sun, 03 February 2013 14:30   |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 1/30/13 5:04 am, Tom Grydeland wrote:
> On Wednesday, August 29, 2012 8:14:48 PM UTC+2, Mike Galloy wrote:
>
>> But, you also want a listing of inherited routines?
>
> This was exactly what we thought we would like for IDLDoc.
>
> Given that the nicest possible way of asking for a new feature is to
> implement it, I present a pair of functions called SUPERCLASSES and
> METHOD_NAMES, and somehow I attach to them a hope for the requested
> feature to materialize in a future version of IDLdoc. METHOD_NAMES
> makes no attempt at distinguishing between function and procedure
> methods, but the extension to handle that should be straightforward.
OK, showing inherited methods is in the current master branch of IDLdoc.
See the output at:
http://docs.idldev.com/mglib/
In particular, see a subclass:
http://docs.idldev.com/mglib/collection/mgcoarraylist__defin e.html
This will be in the next release of IDLdoc. Let me know if you see any
problems.
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation
|
|
|