mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:49:05 +02:00
fpdoc: give context of invalid short description
git-svn-id: trunk@8733 -
This commit is contained in:
parent
d66c1646c2
commit
77ecd141e6
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user