1) |
DO PDM WITH "myproj.pjx","c:\temp\myproj", "myproj.pdm" |
|
In this example, the HTML generation settings will be taken from the myproj.pdm file. A myproj.pjx documentation will be generated to c:\temp\myproj directory. |
2) |
DO PDM WITH "","", "myproj.pdm" |
|
In this example, the HTML generation settings will be taken from the myproj.pdm file, including the source project and the output directory. |
3) |
DO PDM WITH "myproj.pjx","c:\temp\myproj" |
|
In this example, a documentation of myproj.pjx will be generated to c:\temp\myproj directory, with the default settings. |
4) |
DO PDM WITH "","","x:\test\xxa000.pdm,x:\test\xxa001.pdm" |
|
In this example, a documentation for x:\test\xxa000.pdm and x:\test\xxa001.pdm will be generated. The first and the second parameters are ignored. |
5) |
DO PDM WITH "program1.prg,forms1.scx","c:\temp\myfiles", "myfiles.pdm" |
|
V tomto případě se převezmou nastavení pro generování HTML dokumentace ze souboru myfiles.pdm, ale generuje se dokumentace pro soubory program1.prg,forms1.scx do adresáře c:\temp\myfiles. |
6) |
DO PDM WITH "program1.prg,forms1.scx","c:\temp\myfiles", "myfiles.pdm", "",1 |
|
V tomto případě se převezmou nastavení pro generování HTML dokumentace ze souboru myfiles.pdm, ale generuje se dokumentace pro program1.prg,forms1.scx do adresáře c:\temp\myfiles přičemž se pro každý soubor vytváří vlastní adresář. |