From bacef78cef7998e5b71bf69c12e510d716cdea0a Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Wed, 29 Aug 2012 18:58:44 +0200 Subject: Update diameterc doc --- lib/diameter/doc/src/diameter_compile.xml | 45 +++++++++---------------------- 1 file changed, 12 insertions(+), 33 deletions(-) (limited to 'lib') diff --git a/lib/diameter/doc/src/diameter_compile.xml b/lib/diameter/doc/src/diameter_compile.xml index 60e08d41da..7a6ca48798 100644 --- a/lib/diameter/doc/src/diameter_compile.xml +++ b/lib/diameter/doc/src/diameter_compile.xml @@ -4,7 +4,7 @@
-2011 +20112012 Ericsson AB. All Rights Reserved. @@ -31,7 +31,7 @@ supplied.

-The diameterc utility is used to transform diameter +The diameterc utility is used to compile diameter dictionary files into Erlang source. The resulting source implements the interface diameter requires @@ -47,7 +47,7 @@ to encode and decode the dictionary's messages and AVP's.

] ]]>

-Transforms a single dictionary file. Valid options are as follows.

+Compiles a single dictionary file. Valid options are as follows.

@@ -64,47 +64,36 @@ Defaults to the current working directory.

Specifies a directory to add to the code path. -Use to point at beam files corresponding to dictionaries -inherited by the one being compiled using @inherits or ---inherits. -Inheritance is a beam dependency, not an erl/hrl dependency.

+Use to point at beam files compiled from inherited dictionaries, +@inherits in a dictionary file creating a beam dependency, not +an erl/hrl dependency.

Multiple -i options can be specified.

- -

-Supresses erl generation.

-
-

-Supresses hrl generation.

+Supresses erl and hrl generation, respectively.

]]> - -

-Set @name in the dictionary file. -Overrides any setting in the file itself.

-
- ]]>

-Set @prefix in the dictionary file. +Set @name and @prefix in the dictionary, +respectively. Overrides any setting in the file itself.

]]>

-Append an @inherits to the dictionary file. -Specifying '-' as the dictionary has the effect of clearing -any previous inherits, effectively ignoring previous inherits.

+Append an @inherits to the dictionary before compiling. +Specifying '-' as the dictionary has the effect of clearing any +previous inherits, causing them to be ignored.

Multiple --inherits options can be specified.

@@ -129,16 +118,6 @@ Returns 0 on success, non-zero on failure.

-
-BUGS - -

-The identification of errors in the source file is poor.

- -
- - -
SEE ALSO -- cgit v1.2.3