Changeset 713
- Timestamp:
- 10/19/10 16:53:52 (19 months ago)
- Files:
-
- 1 modified
-
trunk/src/parser/docparprofileparser__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/parser/docparprofileparser__define.pro
r701 r713 389 389 ; might be continued more 390 390 headerContinued = lastToken eq '$' ? 1B : 0B 391 if (~headerContinued && currentComments->count() gt 0) then begin 392 self->_parseRoutineComments, routine, currentComments->get(/all), $ 393 format=format, markup=markup 391 if (~headerContinued) then begin 392 if (currentComments->count() gt 0) then begin 393 self->_parseRoutineComments, routine, currentComments->get(/all), $ 394 format=format, markup=markup 394 395 395 currentComments->remove, /all 396 currentComments->remove, /all 397 endif 398 396 399 justFinishedHeader = 1B 397 400 endif
