Changeset 746

Show
Ignore:
Timestamp:
02/18/11 09:23:17 (15 months ago)
Author:
mgalloy
Message:

DLM file contents were not being parsed when created (when IDLdoc printed it was parsing it). So information was not available at the "processing" time.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/tree/doctreedlmfile__define.pro

    r742 r746  
    203203  self.system->print, '  Generating output for ' + self.basename + '...' 
    204204   
    205   self->_loadDLMContents 
    206    
    207205  dlmFileTemplate = self.system->getTemplate('dlmfile') 
    208206   
     
    217215 
    218216;+ 
    219 ; Fill the links in comments for a .dlm file. 
     217; Fill the links in comments for a `.dlm` file. 
    220218;- 
    221219pro doctreedlmfile::fillLinks 
     
    316314   
    317315  self.system->print, '  Parsing ' + self.basename + '...' 
    318    
     316  self->_loadDLMContents 
     317     
    319318  return, 1 
    320319end