Class THTMLDocGenerator

Unit

Declaration

type THTMLDocGenerator = class(TGenericHTMLDocGenerator)

Description

Right now this is the same thing as TGenericHTMLDocGenerator. In the future it may be extended to include some things not needed for HtmlHelp generator.

Source: source/component/PasDoc_GenHtml.pas (line 342).

Hierarchy

Overview

Methods

Protected function MakeBodyBegin: string; override;
Protected function MakeBodyEnd: string; override;

Description

Methods

Protected function MakeBodyBegin: string; override;

This item has no description. Showing description inherited from TGenericHTMLDocGenerator.MakeBodyBegin.

Return common HTML content that goes right after <body>.

Source: source/component/PasDoc_GenHtml.pas (line 344).

Protected function MakeBodyEnd: string; override;

This item has no description. Showing description inherited from TGenericHTMLDocGenerator.MakeBodyEnd.

Return common HTML content that goes right before </body>.

Source: source/component/PasDoc_GenHtml.pas (line 345).


Generated by PasDoc 0.17.0.snapshot.