Re: IDLDoc Error [message #78402 is a reply to message #78393] |
Mon, 14 November 2011 14:33   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> So, this afternoon I turned my attention to updating
> my ActiveContour software. I marked up all the files
> with rst mark-up, and when I was finished I executed
> the very same idldoc command I have been using all
> week:
>
> IDL> idldoc, $
> root='c:\idl\activecontour\source', $
> output='c:\idl\activecontour\source\activecontourdocs', $
> title='Coyote Graphics Active Contour Routines', $
> subtitle= 'Date: ' + Systime(), /NoSource
>
> Only this time, I get the following error:
>
> Copying resources...
> Parsing .\...
> Parsing testapplication.pro...
> % IDLDOC: Array dimensions must be greater than 0.
>
> If I remove testapplication.pro, it fails on the next
> file. In fact, it won't work with *any* file in the
> directory. Which leads me to conclude something
> else is wrong. Does anyone have any clues?
With Mike's help, we have traced this down to
a problem with the :Requires: tag. He was making
some assumptions about what would go into this tag
which wasn't true in my case. The problem is fixed
and will appear in the next release of IDLDocs, which
should occur within the next few weeks.
Thanks for the help, Mike!
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|