Changeset 632 for trunk/idldoc/src/parser/docparrstmarkupparser__define.pro
- Timestamp:
- 02/26/10 13:14:41 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/idldoc/src/parser/docparrstmarkupparser__define.pro
r630 r632 53 53 tree=tree, file=file 54 54 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 55 62 56 63 fullDirective = strmid(line, pos + 3L, len)
