mgalloy / idldoc

Documenting IDL code
Other
20 stars 13 forks source link

Problem with routines with &'s #65

Open mgalloy opened 11 years ago

mgalloy commented 11 years ago

There will be problems parsing routines with compound statements, such as the following:

t = 0
while t lt 5 do begin t = t + 1 & endwhile

IDLdoc will get confused about where this routine ends and might indicate there is a main-level program in the file even though there isn't one.