Unit PasDoc_Tipue

Description

Integrate Tipue search.

Source: source/component/tipue/PasDoc_Tipue.pas (line 24).

Uses

Overview

Functions and Procedures

function TipueSearchButtonHead: string;
function TipueSearchButton: string;
procedure TipueAddFiles(Units: TPasUnits; const Introduction, Conclusion: TExternalItem; const AdditionalFiles: TExternalItemList; const Head, BodyBegin, BodyEnd: string; const LanguageCode: string; const OutputPath: string);

Description

Functions and Procedures

function TipueSearchButtonHead: string;

Put this in <head> of every page with search button.

Source: source/component/tipue/PasDoc_Tipue.pas (line 31).

function TipueSearchButton: string;

Put this at a place where Tipue button should appear. It will make a form with search button. You will need to use Format to insert the localized word for "Search", e.g.: Format(TipueSearchButton, ['Search']) for English.

Source: source/component/tipue/PasDoc_Tipue.pas (line 37).

procedure TipueAddFiles(Units: TPasUnits; const Introduction, Conclusion: TExternalItem; const AdditionalFiles: TExternalItemList; const Head, BodyBegin, BodyEnd: string; const LanguageCode: string; const OutputPath: string);

Adds some additional files to html documentation, needed for tipue engine.

OutputPath is our output path, where html output must be placed. Must end with PathDelim.

Units must be non-nil. It will be used to generate index data for tipue.

Source: source/component/tipue/PasDoc_Tipue.pas (line 45).


Generated by PasDoc 0.17.0.snapshot.