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

fpdoc: give context of invalid short description

git-svn-id: trunk@8733 -
Vincent Snijders 18 жил өмнө
parent
commit
77ecd141e6

+ 1 - 1
utils/fpdoc/dw_html.pp

@@ -1280,7 +1280,7 @@ begin
     PushOutputNode(Parent);
     PushOutputNode(Parent);
     try
     try
       if not ConvertShort(AContext,TDomElement(DocNode.ShortDescr)) then
       if not ConvertShort(AContext,TDomElement(DocNode.ShortDescr)) then
-        WriteLn(SErrInvalidShortDescr);
+        Warning(AContext, SErrInvalidShortDescr)
     finally
     finally
       PopOutputNode;
       PopOutputNode;
     end;
     end;