fpdoc: give context of invalid short description

git-svn-id: trunk@8733 -
This commit is contained in:
Vincent Snijders 2007-10-05 12:05:04 +00:00
parent d66c1646c2
commit 77ecd141e6

View File

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