examples: idehelp: comment

git-svn-id: trunk@35034 -
This commit is contained in:
mattias 2012-01-30 09:23:31 +00:00
parent bb029d7af0
commit 135787c571

View File

@ -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