* skip hints (bug ID 37511)

git-svn-id: trunk@46359 -
This commit is contained in:
michael 2020-08-11 10:56:47 +00:00
parent 91d6c32ef5
commit 6dd0572eaa

View File

@ -340,7 +340,7 @@ begin
FLineNumberWidth:=4;
FIndentSize:=2;
FExtraUnits:='';
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals,woAlwaysRecordHelper];
FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals,woAlwaysRecordHelper,woSkipHints];
end;
destructor TStubCreator.Destroy;