mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:19:31 +02:00
IDEIntf: comments
git-svn-id: trunk@56364 -
This commit is contained in:
parent
be3e98c7ab
commit
b0701b8534
@ -63,9 +63,8 @@ begin
|
||||
Result:=TFPDocHTMLHelpDatabase(
|
||||
HelpDatabases.CreateHelpDatabase(DBName,TFPDocHTMLHelpDatabase,true));
|
||||
Result.DefaultBaseURL:=BaseURL;
|
||||
// FPDoc nodes for units in the LCL
|
||||
FPDocNode:=THelpNode.CreateURL(Result,DBTitle,'file://index.html');
|
||||
// register TOC (table of contents)
|
||||
FPDocNode:=THelpNode.CreateURL(Result,DBTitle,'file://index.html');
|
||||
Result.TOCNode:=THelpNode.Create(Result,FPDocNode);
|
||||
// register fpdoc item
|
||||
Result.RegisterItem(THelpDBISourceDirectory.Create(FPDocNode,
|
||||
|
@ -287,6 +287,7 @@
|
||||
<Filename Value="frames/help_general_options.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ComponentName Value="HelpGeneralOptionsFrame"/>
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Frame"/>
|
||||
</Unit35>
|
||||
<Unit36>
|
||||
|
Loading…
Reference in New Issue
Block a user