Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TTargets.AddFPDoc

Adds a documentation target to the collection

Declaration

Source position: fpmkunit.pp line 842

public function TTargets.AddFPDoc(

  const AUnitName: string;

  const AXMLName: string

):TTarget;

Arguments

AUnitName

  

Unit name for documentation generation

AXMLName

  

XML documentation file name

Function result

Newly created FPDoc documentation target

Description

Creates and adds a new FPDoc documentation target that generates HTML or other documentation formats from Pascal source code and XML documentation files.

The documentation target processes the specified unit file and corresponding XML documentation file to produce formatted documentation output.


Documentation generated on: Dec 15 2025