Show
Ignore:
Timestamp:
01/25/08 08:52:24 (4 years ago)
Author:
mgalloy
Message:

Keeping 3.0 branch up-to-date with trunk bug fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/IDLDOC_3_0/idldoc/src/parser/docparformatparser__define.pro

    r425 r464  
    116116    for p = 0L, self.heldProperties->count() - 1L do begin 
    117117      class->addProperty, self.heldProperties->get(position=p) 
    118     endfor         
    119   endif else begin 
    120     properties = self.heldProperties->get(/all, count=nProps) 
    121     if (nProps gt 0) then obj_destroy, properties 
    122   endelse 
    123   self.heldProperties->remove, /all 
     118    endfor  
     119    self.heldProperties->remove, /all        
     120  endif 
    124121end 
    125122   
     
    153150end 
    154151 
    155    
     152 
     153;+ 
     154; Start parsing a new file, so clear any stuff remembered about the last file. 
     155;- 
     156pro docparformatparser::startNewFile 
     157  compile_opt strictarr 
     158 
     159  self.heldProperties->remove, /all 
     160end 
     161 
     162 
    156163;+ 
    157164; Free resources.