Browse Source

fpdoc: give context of invalid short description

git-svn-id: trunk@8733 -
Vincent Snijders 18 years ago
parent
commit
77ecd141e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpdoc/dw_html.pp

+ 1 - 1
utils/fpdoc/dw_html.pp

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