Hallo,
I always copy the method definitions from interface to implementation like
interface
{*
Proc Foo
@param i i-Var
}
procedure Foo(i: Integer);
implementation
So I see the explanation while coding.
The program always parse the Implemention and add the Doc twice (interface/implementation).
die config has a setting ParseImplementationSection, but it is ReadOnly.
How can I solve this ?
Thx
Hoika
Hi!
I've reproduce the issue, and there is no settings to bypass it today.
I'm trying to fix it quickly, I'll send you a link to a new version this week.
Fixed in Tracker 2970906
https://sourceforge.net/tracker/index.php?func=detail&aid=2970906&group_id=96 281&atid=614255
Please, could you check if the latest daily build fix the issue for you, and if the result is ok ?
To get the latets daily build, please, see this page :
http://dephicodetodoc.sourceforge.net/Download.htm
Log in to post a comment.
Hallo,
I always copy the method definitions from interface to implementation like
interface
{*
Proc Foo
@param i i-Var
}
procedure Foo(i: Integer);
implementation
{*
Proc Foo
@param i i-Var
}
procedure Foo(i: Integer);
So I see the explanation while coding.
The program always parse the Implemention and add the Doc twice
(interface/implementation).
die config has a setting ParseImplementationSection, but it is ReadOnly.
How can I solve this ?
Thx
Hoika
Hi!
I've reproduce the issue, and there is no settings to bypass it today.
I'm trying to fix it quickly, I'll send you a link to a new version this week.
Fixed in Tracker 2970906
https://sourceforge.net/tracker/index.php?func=detail&aid=2970906&group_id=96
281&atid=614255
Please, could you check if the latest daily build fix the issue for you, and
if the result is ok ?
To get the latets daily build, please, see this page :
http://dephicodetodoc.sourceforge.net/Download.htm