mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 09:19:40 +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
|
||||
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)
|
||||
private
|
||||
@ -50,7 +51,7 @@ type
|
||||
|
||||
{ TMyFPCDirectiveHelpDatabase
|
||||
Help for FPC directives like 'mode'
|
||||
Note: Do not forget to register }
|
||||
Notes: Do not forget to register }
|
||||
|
||||
TMyFPCDirectiveHelpDatabase = class(THTMLHelpDatabase)
|
||||
private
|
||||
|
Loading…
Reference in New Issue
Block a user