mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 12:39:20 +02:00
IDE/FPDoc Help popups: Fix missing underlined parts in the FPDoc xml help files, issue #41739.
(cherry picked from commit 3428f10928
)
This commit is contained in:
parent
e7454ec7f9
commit
aba12f952b
@ -2972,6 +2972,7 @@ function TCodeHelpManager.GetFPDocNodeAsHTML(FPDocFile: TLazFPDocFile;
|
||||
if (Node.NodeName='p')
|
||||
or (Node.NodeName='b')
|
||||
or (Node.NodeName='i')
|
||||
or (Node.NodeName='u')
|
||||
or (Node.NodeName='pre')
|
||||
or (Node.NodeName='table')
|
||||
or (Node.NodeName='th')
|
||||
|
Loading…
Reference in New Issue
Block a user