1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

r10173: Document new option

This commit is contained in:
Jelmer Vernooij 2005-09-12 13:52:15 +00:00 committed by Gerald (Jerry) Carter
parent 8eb69b3a6e
commit efa6e3938d

View File

@ -17,8 +17,9 @@
<command>pidl</command>
<arg choice="opt">--help</arg>
<arg choice="opt">--outputdir OUTNAME</arg>
<arg choice="opt">--parse-tree</arg>
<arg choice="opt">--dump-tree</arg>
<arg choice="opt">--parse-idl-tree</arg>
<arg choice="opt">--dump-idl-tree</arg>
<arg choice="opt">--dump-ndr-tree</arg>
<arg choice="opt">--ndr-header[=OUTPUT]</arg>
<arg choice="opt">--header[=OUTPUT]</arg>
<arg choice="opt">--ejs[=OUTPUT]</arg>
@ -93,7 +94,7 @@
</varlistentry>
<varlistentry>
<term>--parse-tree</term>
<term>--parse-idl-tree</term>
<listitem><para>
Read internal tree structure from input files rather
then assuming they contain IDL.</para></listitem>
@ -171,12 +172,20 @@
<varlistentry>
<term>--dump-tree</term>
<term>--dump-idl-tree</term>
<listitem><para>
Tell pidl to dump the internal tree representation of an IDL
file the to disk. Useful
for debugging pidl.</para></listitem>
</varlistentry>
<varlistentry>
<term>--dump-ndr-tree</term>
<listitem><para>
Tell pidl to dump the internal NDR information tree it generated
from the IDL file to disk. Useful for debugging pidl.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>