summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/fpdoc/dglobals.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/fpdoc/dglobals.pp b/utils/fpdoc/dglobals.pp
index 8e0fd98a14..f6b7a26ffb 100644
--- a/utils/fpdoc/dglobals.pp
+++ b/utils/fpdoc/dglobals.pp
@@ -813,11 +813,11 @@ begin
result:=ResolveAliasType(clname);
if assigned(result) then
begin
- writeln('found alias ',clname,' (',s,') ',result.classname);
+// writeln('found alias ',clname,' (',s,') ',result.classname);
end
else
begin
- writeln('new alias ',clname,' (',s,') ');
+// writeln('new alias ',clname,' (',s,') ');
cl2.addref;
Result := TPasAliasType(CreateElement(TPasAliasType,s,module.interfacesection,vispublic,'',0));
module.interfacesection.Declarations.Add(Result);