Pārlūkot izejas kodu

* Fix bug #24271, fpdoc failing on dotted unit names

git-svn-id: trunk@30624 -
michael 10 gadi atpakaļ
vecāks
revīzija
faaae8b2a2
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      utils/fpdoc/dglobals.pp

+ 0 - 3
utils/fpdoc/dglobals.pp

@@ -475,9 +475,6 @@ begin
       LastChild := Child;
       Child := Child.NextSibling;
     end;
-    { No child found, let's create one if we are at the end of the path }
-    if DotPos > 0 then
-      Raise Exception.CreateFmt('Link path does not exist: %s',[APathName]);
     Result := TLinkNode.Create(ChildName, ALinkTo);
     if Assigned(LastChild) then
       LastChild.FNextSibling := Result