Browse Source

* fixed some nesting problems

git-svn-id: trunk@15671 -
marco 15 năm trước cách đây
mục cha
commit
8a46323688
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      utils/fpdoc/dwlinear.pp

+ 6 - 2
utils/fpdoc/dwlinear.pp

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