aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/doc/src/diameter_compile.xml
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2013-11-30 20:02:12 +0100
committerAnders Svensson <[email protected]>2013-11-30 20:04:54 +0100
commitfce38d77ec95261ec7ae3694d0b5db91f1cb39c2 (patch)
treefab30beedb0546585e24d3560543c3ef39894959 /lib/diameter/doc/src/diameter_compile.xml
parent6ddc5e7333ed60beca93a94d3ab0c302dcc472e2 (diff)
downloadotp-fce38d77ec95261ec7ae3694d0b5db91f1cb39c2.tar.gz
otp-fce38d77ec95261ec7ae3694d0b5db91f1cb39c2.tar.bz2
otp-fce38d77ec95261ec7ae3694d0b5db91f1cb39c2.zip
Generate diameterc.1, not diameter_compile.1
Diffstat (limited to 'lib/diameter/doc/src/diameter_compile.xml')
-rw-r--r--lib/diameter/doc/src/diameter_compile.xml149
1 files changed, 0 insertions, 149 deletions
diff --git a/lib/diameter/doc/src/diameter_compile.xml b/lib/diameter/doc/src/diameter_compile.xml
deleted file mode 100644
index 820bde6986..0000000000
--- a/lib/diameter/doc/src/diameter_compile.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<!DOCTYPE comref SYSTEM "comref.dtd" [
- <!ENTITY dictionary
- '<seealso marker="diameter_dict">dictionary file</seealso>'>
- <!ENTITY % also SYSTEM "seealso.ent" >
- <!ENTITY % here SYSTEM "seehere.ent" >
- %also;
- %here;
-]>
-
-<comref>
-<header>
-<copyright>
-<year>2011</year><year>2013</year>
-<holder>Ericsson AB. All Rights Reserved.</holder>
-</copyright>
-<legalnotice>
-
-The program may be used and/or copied only with the written permission
-from Ericsson AB, or in accordance with the terms and conditions
-stipulated in the agreement/contract under which the program has been
-supplied.
-
-</legalnotice>
-
-<title>diameterc(1)</title>
-
-<prepared></prepared>
-<docno></docno>
-<date></date>
-<rev></rev>
-<file>diameter_compile.xml</file>
-</header>
-
-<com>diameterc</com>
-<comsummary><![CDATA[diameterc [<options>] <file>]]></comsummary>
-
-<description>
-
-<p>
-The diameterc utility is used to compile a diameter
-&dictionary; into Erlang source.
-The resulting source implements the interface diameter required
-to encode and decode the dictionary's messages and AVPs.</p>
-
-<p>
-The module &man_make; provides an alternate compilation interface.</p>
-
-</description>
-
-<section>
-<title>USAGE</title>
-
-<taglist>
-
-<tag><![CDATA[diameterc [<options>] <file>]]></tag>
-<item>
-<p>
-Compile a single dictionary file to Erlang source.
-Valid options are as follows.</p>
-
-<taglist>
-<tag><![CDATA[-i <dir>]]></tag>
-<item>
-<p>
-Prepend the specified directory to the code path.
-Use to point at beam files compiled from inherited dictionaries,
-<c>&dict_inherits;</c> in a dictionary file creating a beam
-dependency, not an erl/hrl dependency.</p>
-
-<p>
-Multiple <c>-i</c> options can be specified.</p>
-</item>
-
-<tag><![CDATA[-o <dir>]]></tag>
-<item>
-<p>
-Write generated source to the specified directory.
-Defaults to the current working directory.</p>
-</item>
-
-<tag><![CDATA[-E]]></tag>
-<tag><![CDATA[-H]]></tag>
-<item>
-<p>
-Suppress erl and hrl generation, respectively.</p>
-</item>
-
-<tag><![CDATA[--name <name>]]></tag>
-<tag><![CDATA[--prefix <prefix>]]></tag>
-<item>
-<p>
-Transform the input dictionary before compilation, setting
-<c>&dict_name;</c> or <c>&dict_prefix;</c> to the specified
-string.</p>
-</item>
-
-<tag><![CDATA[--inherits <arg>]]></tag>
-<item>
-<p>
-Transform the input dictionary before compilation, appending
-<c>&dict_inherits;</c> of the specified string.</p>
-
-<p>
-Two forms of <c>--inherits</c> have special meaning:</p>
-
-<pre>
---inherits -
---inherits Prev/Mod
-</pre>
-
-<p>
-The first has the effect of clearing any previous inherits, the second
-of replacing a previous inherits of <c>Prev</c> to one of <c>Mod</c>.
-This allows the semantics of the input dictionary to be changed without
-modifying the file itself.</p>
-
-<p>
-Multiple <c>--inherits</c> options can be specified.</p>
-</item>
-
-</taglist>
-
-</item>
-</taglist>
-
-</section>
-
-<!-- ===================================================================== -->
-
-<section>
-<title>EXIT STATUS</title>
-
-<p>
-Returns 0 on success, non-zero on failure.</p>
-
-</section>
-
-<!-- ===================================================================== -->
-
-<section>
-<title>SEE ALSO</title>
-
-<p>
-&man_make;, &man_dict;</p>
-
-</section>
-
-</comref>