From 265c88664b93f9069c86bf6c25e5d07b7f41d2dc Mon Sep 17 00:00:00 2001
From: Anders Svensson
Compile a single dictionary file to Erlang source.
+The input
+Return erl and hrl source as two iolists rather than writing them to +the filesystem.
+
@@ -127,6 +137,13 @@ Multiple
+Note that a dictionary's
-Compile a single dictionary file to Erlang source.
+Compile a single dictionary file.
The input
+Specifies an output format.
+Whether the output is returned or written to file depends on whether
+or not option
+The
@@ -93,14 +122,15 @@ Multiple
Write generated source to the specified directory. -Defaults to the current working directory.
+Defaults to the current working directory. +Has no effect if option-Return erl and hrl source as two iolists rather than writing them to -the filesystem.
+Return results in a
-Two forms of
{inherits, "-"} @@ -147,6 +177,34 @@ The&dict_name; of a literal input dictionary defaults to
+Turns a parsed dictionary, as returned by &codec;, back into the +dictionary format.
+
+Reconstitute a parsed dictionary, as returned by &codec;, without
+using
-All options are string-valued. -In particular, it is not currently possible to specify -an &dict_inherits; module as an atom(), or a path as an arbitrary -&filename;
- +Unrecognized options are silently ignored. diff --git a/lib/diameter/doc/src/seealso.ent b/lib/diameter/doc/src/seealso.ent index 76b9823f79..d3305853af 100644 --- a/lib/diameter/doc/src/seealso.ent +++ b/lib/diameter/doc/src/seealso.ent @@ -115,6 +115,8 @@ significant. diameter_make:codec/2'> +diameter_make:format/1'> +diameter_make:flatten/1'> -- cgit v1.2.3 From 2eb76ba556b8775cffc94eac26b448eac70af267 Mon Sep 17 00:00:00 2001 From: Anders Svensson
Specifies an output format.
Whether the output is returned or written to file depends on whether
or not option
-The