Преглед изворни кода

* fixed some nesting problems

git-svn-id: trunk@15671 -
marco пре 15 година
родитељ
комит
8a46323688
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      utils/fpdoc/dwlinear.pp

+ 6 - 2
utils/fpdoc/dwlinear.pp

@@ -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;