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