The parser do not parsing includes
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
The following code generates this error:
// Exception TEParseError Unexpected token, expected "BEGIN"
unit test2;
interface
implementation
procedure QuickSortStrInd(N: Integer; Values: TStringArray; Inds: TIndArray; Acc: Boolean);
type _QSDataType = string;
{$I basics_quicksort_ind.inc}
end.
basics_quicksort_ind.inc is exists of course, and contains procedure implementation. It compiles by Delphi/FPC and works well.
Anonymous
Logged In: YES
user_id=248829
Originator: NO
Bug reproduced. Yes, it is a big lack in parser of DelphiCodeToDoc.
Priority raised to 8, I will try to fix it as soon as possible.
thx for the submission.