[fpc-devel] FPDoc improvements

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Tue Nov 29 15:49:57 CET 2011



On Tue, 29 Nov 2011, Hans-Peter Diettrich wrote:

> michael.vancanneyt at wisa.be schrieb:
>
>
> begin
>  With TFPDocAplication.Create(Nil) do
>    try
>      Run;
>    finally
>      Free;
>    end;
> end.
>
> When this were the *only* code in the fpdoc program file, another project 
> could create a derived class, with a possibly specialized Run method, without 
> touching the declaration or implementation of TFPDocApplication.

That would conflict with the GUI TApplication instance, so I really don't see 
the point of this exercise.

Michael.



More information about the fpc-devel mailing list