diff options
author | Anders Svensson <[email protected]> | 2011-10-14 15:48:04 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-10-17 12:26:47 +0200 |
commit | fa5503c2faa47cfdeb006fe6a17b4aea6acef771 (patch) | |
tree | 8f36a66f9e8dd2a9bc0258503ee658b43fa896c3 | |
parent | dcfb32c0a47a8e87cb475d7304bc5d7b407e5f0e (diff) | |
download | otp-fa5503c2faa47cfdeb006fe6a17b4aea6acef771.tar.gz otp-fa5503c2faa47cfdeb006fe6a17b4aea6acef771.tar.bz2 otp-fa5503c2faa47cfdeb006fe6a17b4aea6acef771.zip |
Update documentation
-rw-r--r-- | lib/diameter/doc/src/diameter_compile.xml | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/lib/diameter/doc/src/diameter_compile.xml b/lib/diameter/doc/src/diameter_compile.xml index 72bac30709..60e08d41da 100644 --- a/lib/diameter/doc/src/diameter_compile.xml +++ b/lib/diameter/doc/src/diameter_compile.xml @@ -64,9 +64,10 @@ Defaults to the current working directory.</p> <item> <p> Specifies a directory to add to the code path. -Typically used to point at beam files corresponding to dictionaries -included by the one being compiled (using the <c>@includes</c> directive): -inclusion is a beam dependency, not an erl/hrl dependency.</p> +Use to point at beam files corresponding to dictionaries +inherited by the one being compiled using <c>@inherits</c> or +<c>--inherits</c>. +Inheritance is a beam dependency, not an erl/hrl dependency.</p> <p> Multiple <c>-i</c> options can be specified.</p> @@ -84,6 +85,31 @@ Supresses erl generation.</p> Supresses hrl generation.</p> </item> +<tag><![CDATA[--name <name>]]></tag> +<item> +<p> +Set <c>@name</c> in the dictionary file. +Overrides any setting in the file itself.</p> +</item> + +<tag><![CDATA[--prefix <prefix>]]></tag> +<item> +<p> +Set <c>@prefix</c> in the dictionary file. +Overrides any setting in the file itself.</p> +</item> + +<tag><![CDATA[--inherits <dict>]]></tag> +<item> +<p> +Append an <c>@inherits</c> to the dictionary file. +Specifying <c>'-'</c> as the dictionary has the effect of clearing +any previous inherits, effectively ignoring previous inherits.</p> + +<p> +Multiple <c>--inherits</c> options can be specified.</p> +</item> + </taglist> </item> |