Adds a documentation target to the collection
Source position: fpmkunit.pp line 842
public function TTargets.AddFPDoc( |
const AUnitName: string; |
const AXMLName: string |
):TTarget; |
AUnitName |
|
Unit name for documentation generation |
AXMLName |
|
XML documentation file name |
Newly created FPDoc documentation target
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.