Changeset 638
- Timestamp:
- 03/09/10 09:29:19 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
docs/RELEASE (modified) (1 diff)
-
src/parser/docparprofileparser__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/RELEASE
r632 r638 30 30 31 31 * Added author, copyright, history, and version tags to the overview file 32 33 * Small changes to ensure compatible with IDL 8.0. 34 35 * Miscellaneous bug fixes. 32 36 33 37 -
trunk/src/parser/docparprofileparser__define.pro
r637 r638 300 300 301 301 endVariants = ['end', 'endif', 'endelse', 'endcase', 'endswitch', 'endfor', $ 302 'end while', 'endrep']302 'endforeach', 'endwhile', 'endrep'] 303 303 304 304 while (tokenizer->hasNext()) do begin
