Ticket #63 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Header comments inside routine not recognized when followed by BEGIN-END block

Reported by: mgalloy Owned by: mgalloy
Priority: major Milestone: IDLdoc 3.3
Component: parsing Version: 3.3
Keywords: Cc:

Description

IDLdoc can't find a comment header like this:

pro autoscale_ld,samens
;+
;PURPOSE:
;   To autoscale CNOFS Lightning detector data
;INPUT:
;   SAMENS: 'yes' - same scales for North and South
;           else  - differentent scale for North and South
;
; $LastChangedBy: kenb-mac $
; $LastChangedDate: 2008-06-18 19:39:36 -0400 (Wed, 18 Jun 2008) $
; $LastChangedRevision: 943 $
; $URL: svn+ssh://svn@macvefi/reposvefi/trunk/vefigse/idl/cvefi/autoscale_ld.pro $
;-
for p=0,1 do begin
endfor

end

Reported by Steven C. Martin.

Attachments

autoscale_ld.pro (1.7 kB) - added by mgalloy 2 years ago.
File containing example code with problem

Change History

Changed 2 years ago by mgalloy

File containing example code with problem

Changed 2 years ago by mgalloy

  • status changed from new to closed
  • resolution set to fixed

Fixed in r637.

Note: See TracTickets for help on using tickets.