Changeset 637 for trunk/src/parser/docparprofileparser__define.pro
- Timestamp:
- 03/09/10 09:27:06 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/parser/docparprofileparser__define.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/parser/docparprofileparser__define.pro
r614 r637 345 345 continue 346 346 endif 347 347 348 ; "interior" comment 349 if (~headerContinued $ 350 && justFinishedComment eq 2 $ 351 && codeLevel eq 1 $ 352 && currentComments->count() gt 0) then begin 353 self->_parseRoutineComments, routine, currentComments->get(/all), $ 354 format=format, markup=markup 355 currentComments->remove, /all 356 endif 357 348 358 firstToken = strlowcase(tokens[0]) 349 359 lastToken = strlowcase(tokens[nTokens - 1L]) … … 416 426 endif 417 427 418 ; "interior" comment419 if (~headerContinued && justFinishedComment eq 2 && codeLevel eq 1 && currentComments->count() gt 0) then begin420 self->_parseRoutineComments, routine, currentComments->get(/all), $421 format=format, markup=markup422 currentComments->remove, /all423 endif424 425 428 justFinishedComment-- 426 429 endwhile
