2
0
Эх сурвалжийг харах

* Patch from Mattias Gaertner to check for name when adding elements

git-svn-id: trunk@32728 -
michael 9 жил өмнө
parent
commit
143acd2497

+ 1 - 1
utils/fpdoc/fpdocclasstree.pp

@@ -164,7 +164,7 @@ begin
     begin
     Result:=N as TDomElement
     end
-  else
+  else if AElement.Name<>'' then
     begin // N=NIL, PE might be nil.
     Inc(ACount);
     Result:=FClassTree.CreateElement(AElement.Name);