* fixed some nesting problems

git-svn-id: trunk@15671 -
This commit is contained in:
marco 2010-07-30 17:45:32 +00:00
parent fcfcfc43cf
commit 8a46323688

View File

@ -869,7 +869,9 @@ begin
WriteSeeAlso(DocNode);
EndProcedure;
WriteExample(DocNode);
end;
end
else
EndProcedure;
end;
end;
@ -970,7 +972,9 @@ begin
WriteSeeAlso(DocNode);
EndProperty;
WriteExample(DocNode);
end;
end
else
EndProperty;
end;
end;