any time a 'var' is found on its own in the implementation, pas2dox opens a
C comment block, but never closes it. Observe:
----------------------------
unit Dictate
[...]
implementation
uses WaveUtilities, WavDataEntry, DBClient, Login, SkinUtils, DBINI_Fnc;
{$R *.DFM}
var
MyError, Flags: longint;
{*
* OpenMedia: open media
}
procedure TfrmDictate.OpenMedia;
[...]
-----------------------------
OpenMedia will NEVER be parsed correctly. No combination of comment
hacking provides a workaround.
is this a pas2dox error, or an error in the pascal source?
Nobody/Anonymous
Syntax Handling
v1.0 (example)
Public
|
Date: 2009-07-02 19:41 I have the same problem. If at the beginning of implementation part is some |
|
Date: 2006-12-28 09:24
|
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use