aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/compiler/diameter_codegen.erl
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2017-08-18 11:00:57 +0200
committerAnders Svensson <[email protected]>2017-08-18 11:00:57 +0200
commit770454f0a32fbc0714c6762ed3e4d761b799814f (patch)
treedc5613f518bc50e768fb03336cdc5b96685bb58f /lib/diameter/src/compiler/diameter_codegen.erl
parent91318cd5576a3283cd0dbc263e846fad55010f89 (diff)
parentf392006644991074d2c4d5055773409c5e0503d7 (diff)
downloadotp-770454f0a32fbc0714c6762ed3e4d761b799814f.tar.gz
otp-770454f0a32fbc0714c6762ed3e4d761b799814f.tar.bz2
otp-770454f0a32fbc0714c6762ed3e4d761b799814f.zip
Merge branch 'maint'
Diffstat (limited to 'lib/diameter/src/compiler/diameter_codegen.erl')
-rw-r--r--lib/diameter/src/compiler/diameter_codegen.erl17
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/diameter/src/compiler/diameter_codegen.erl b/lib/diameter/src/compiler/diameter_codegen.erl
index f56e4a5249..4e6fe32d69 100644
--- a/lib/diameter/src/compiler/diameter_codegen.erl
+++ b/lib/diameter/src/compiler/diameter_codegen.erl
@@ -21,15 +21,14 @@
-module(diameter_codegen).
%%
-%% This module generates erl/hrl files for encode/decode modules
-%% from the orddict parsed from a dictionary file (.dia) by
-%% diameter_dict_util. The generated code is simple (one-liners),
-%% the generated functions being called by code included iin the
-%% generated modules from diameter_gen.hrl. The orddict itself is
-%% returned by dict/0 in the generated module and diameter_dict_util
-%% calls this function when importing dictionaries as a consequence
-%% of @inherits sections. That is, @inherits introduces a dependency
-%% on the beam file of another dictionary.
+%% This module generates erl/hrl files for encode/decode modules from
+%% the orddict parsed from a dictionary file by diameter_dict_util.
+%% The generated code is simple (one-liners), and is called from
+%% diameter_gen. The orddict itself is returned by dict/0 in the
+%% generated module and diameter_dict_util calls this function when
+%% importing dictionaries as a consequence of @inherits sections. That
+%% is, @inherits introduces a dependency on the beam file of another
+%% dictionary.
%%
-export([from_dict/4,