IDL Documentation tool? [message #23411] |
Mon, 22 January 2001 16:02  |
Daniel Luebbert
Messages: 6 Registered: May 2000
|
Junior Member |
|
|
Hi there,
I am trying to generate a documentation for a large bunch of IDL
programs of mine,
so that someone else could easily understand and use them.
Does anyone know of a program, PERL script, commercial tool or whatever
else
which could generate a complete documentation from the source code?
It should certainly include a list of routines in each file, with the
respective arguments and keywords,
and also extra any header documentation like "doc_library" does.
But ideally it should also analyze which other routines each file uses,
maybe detect common block incompatibilities,
etc., etc...
I know for instance that Java comes with a neat little program
"javadoc", which does much of the above.
If anybody is aware of something similar for IDL, I would be most
grateful for a hint.
Daniel
--
------------------------------------------------------------ ------------
Dr. Daniel L�bbert
luebbert@slac.stanford.edu
|
|
|
|
Re: IDL Documentation tool [message #44931 is a reply to message #44799] |
Wed, 20 July 2005 23:16  |
Miguel Angel Cordoba
Messages: 13 Registered: April 2004
|
Junior Member |
|
|
You can try IDLDOC http://www.rsinc.com/codebank/search.asp?FID=100
Miguel Angel.
Mathieu Malaterre wrote:
> I just came accross ROBODoc:
>
> http://sf.net/projects/robodoc
>
> Looks generic enough that it should do the work.
>
> Mathieu
>
>
> Mathieu Malaterre wrote:
>
>> Hello,
>>
>> I have just started with IDL. And the first task I am trying to
>> do is improve some already existing testing software(*) to work with
>> IDL.
>>
>> One of the very first thing I want to do is generate
>> documentation from an IDL code. Usually I would just go to doxygen,
>> but unfortunately -IMHO- IDL is not one of the supported langage.
>>
>> I was searching on the net and the only thread I found was this one:
>>
>> http://groups-beta.google.com/group/comp.lang.idl-pvwave/msg /ffeef7e9e8a1cd35
>>
>>
>> Does anyone know what happen to this code from Michael Plugge ?
>>
>> Thanks
>> Mathieu
>
--
-> ---------------------------
-> ATENCI� CANVI ADRE�A: -> cordoba@grahi.upc.edu <-
-> ---------------------------
_________________________________________________________
Miguel Angel Cordoba mailto:cordoba@grahi.upc.edu
Tel. +34 934 017 371
Fax. +34 934 054 194
---------------------------------------------------------
Grup de Recerca Aplicada en Hidrometeorologia (GRAHI-UPC)
http://www.grahi.upc.edu
---------------------------------------------------------
Centre membre de la Xarxa d'Innovacio Tecnologica XIT
http://www.cidem.com/xarxait
_________________________________________________________
|
|
|