Re: HELP adding entries to MAN_PROC [message #794 is a reply to message #793] |
Thu, 04 February 1993 02:23  |
oet
Messages: 28 Registered: February 1993
|
Junior Member |
|
|
In article <107906@netnews.upenn.edu> mark@ginger.biophys.upenn.edu (Mark Elliott) writes:
>
>
>
> DOES ANYONE KNOW HOW TO ADD ENTRIES TO IDL'S ON LINE HELP PROGRAM, MAN_PROC?
>
>
> We have a created a directory $IDL/ourlib containing IDL programs used
> by our group. I would like to add the DOC_LIBRARY descriptions of these files to
> MAN_PROC. I have determined that MAN_PROC calls MP_WIDGETS, which scans the
> $IDL/help directory for "*.help" files. Each ".help" file generates a category
> of help topics in the widget. The format of these files is clear, but not trivial
> to generate.
> Is there a program in the IDL distribution which scans a directory and
> constructs a ".help" file? This appears to be all I would need to add descriptions
> of our "home-made" programs to the HELP widget.
>
> Any response greatly appreciated.
>
Try mk_library_help:
EXAMPLE:
IDL> mk_library_help, !DIR+'/lib/userlib',!DIR+'/help/test.help'
IDL> ?
You will now have description of all procedures in the subdir userlib
on the button 'test'.
--
|Thomas Oettli Internet: Thomas.Oettli@sma.ch |
|Swiss Meteorological Institute CServe: 100015.3543@compuserve.com |
|Kraehbuehlstr. 58 X.400 (PP) : |
|8044 Zuerich S=oet/O=sma/PRMD=SWITCH/ADMD=ARCOM/C=CH/ |
| FAX: +41 1 256 92 78, Phone: +41 1 256 93 16 |
|
|
|