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
- TObject
- TPersistent
- TComponent
- TDocGenerator
- TGenericHTMLDocGenerator
- THTMLDocGenerator
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>. | |
| 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>. | |
Generated by PasDoc 0.17.0.snapshot.