From fa5503c2faa47cfdeb006fe6a17b4aea6acef771 Mon Sep 17 00:00:00 2001
From: Anders Svensson
Date: Fri, 14 Oct 2011 15:48:04 +0200
Subject: Update documentation
---
lib/diameter/doc/src/diameter_compile.xml | 32 ++++++++++++++++++++++++++++---
1 file changed, 29 insertions(+), 3 deletions(-)
(limited to 'lib/diameter/doc/src')
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.
-
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 @includes directive):
-inclusion is a beam dependency, not an erl/hrl dependency.
+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.
Multiple -i options can be specified.
@@ -84,6 +85,31 @@ Supresses erl generation.
Supresses hrl generation.
+]]>
+-
+
+Set @name in the dictionary file.
+Overrides any setting in the file itself.
+
+
+]]>
+-
+
+Set @prefix in the dictionary file.
+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.
+
+
+Multiple --inherits options can be specified.
+
+
--
cgit v1.2.3