mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:29:37 +02:00
examples: idehelp: comment
git-svn-id: trunk@35034 -
This commit is contained in:
parent
bb029d7af0
commit
135787c571
@ -31,7 +31,8 @@ type
|
|||||||
|
|
||||||
{ TMyFPCKeywordHelpDatabase
|
{ TMyFPCKeywordHelpDatabase
|
||||||
Help for FPC keywords like 'procedure'
|
Help for FPC keywords like 'procedure'
|
||||||
Note: Do not forget to register }
|
Notes: Do not forget to register!
|
||||||
|
You can combine all databases into one. }
|
||||||
|
|
||||||
TMyFPCKeywordHelpDatabase = class(THTMLHelpDatabase)
|
TMyFPCKeywordHelpDatabase = class(THTMLHelpDatabase)
|
||||||
private
|
private
|
||||||
@ -50,7 +51,7 @@ type
|
|||||||
|
|
||||||
{ TMyFPCDirectiveHelpDatabase
|
{ TMyFPCDirectiveHelpDatabase
|
||||||
Help for FPC directives like 'mode'
|
Help for FPC directives like 'mode'
|
||||||
Note: Do not forget to register }
|
Notes: Do not forget to register }
|
||||||
|
|
||||||
TMyFPCDirectiveHelpDatabase = class(THTMLHelpDatabase)
|
TMyFPCDirectiveHelpDatabase = class(THTMLHelpDatabase)
|
||||||
private
|
private
|
||||||
|
Loading…
Reference in New Issue
Block a user