SetAsEmbeddedType
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1029 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
ae739b0486
commit
421ccf5a75
@ -1660,6 +1660,10 @@ begin
|
||||
FBaseNameSpace := s_xs;
|
||||
Result := ParseOtherContent();
|
||||
end;
|
||||
if ( Result <> nil ) then begin
|
||||
if ( IsEmbeddedType(Result) <> FEmbededDef ) then
|
||||
SetAsEmbeddedType(Result,FEmbededDef);
|
||||
end;
|
||||
{$IFDEF WST_HANDLE_DOC}
|
||||
if ( Result <> nil ) then
|
||||
ParseDocumentation(Result);
|
||||
|
Loading…
Reference in New Issue
Block a user