Show
Ignore:
Timestamp:
02/26/10 13:14:41 (2 years ago)
Author:
mgalloy
Message:

Added author, copyright, history, and version tags for overview file in rst and IDLdoc formats.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/idldoc/src/parser/docparrstmarkupparser__define.pro

    r630 r632  
    5353                                              tree=tree, file=file 
    5454  compile_opt strictarr, hidden 
     55   
     56  catch, error 
     57  if (error ne 0L) then begin 
     58    catch, /cancel 
     59    self.system->warning, 'unable to handle rst directive ' + directive 
     60    return 
     61  endif 
    5562   
    5663  fullDirective = strmid(line, pos + 3L, len)