diff options
author | Richard Carlsson <[email protected]> | 2014-05-14 14:46:46 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-05-14 14:46:46 +0200 |
commit | fdb350a4c98f070c264b8bd4ea9eca2513352f21 (patch) | |
tree | 5ebc56a09dc83aca5d194f570cf98e7193ecc88f /system/doc | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-fdb350a4c98f070c264b8bd4ea9eca2513352f21.tar.gz otp-fdb350a4c98f070c264b8bd4ea9eca2513352f21.tar.bz2 otp-fdb350a4c98f070c264b8bd4ea9eca2513352f21.zip |
Add 'md5' entry for module_info/0/1 functions.
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/reference_manual/modules.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system/doc/reference_manual/modules.xml b/system/doc/reference_manual/modules.xml index f0ec7ef165..c8f443d9dd 100644 --- a/system/doc/reference_manual/modules.xml +++ b/system/doc/reference_manual/modules.xml @@ -230,7 +230,7 @@ behaviour_info(callbacks) -> Callbacks.</pre> a list of <c>{Key,Value}</c> tuples with information about the module. Currently, the list contain tuples with the following <c>Key</c>s: <c>attributes</c>, <c>compile</c>, - <c>exports</c>, and <c>imports</c>. The order and number of tuples + <c>exports</c>, <c>imports</c> and <c>md5</c>. The order and number of tuples may change without prior notice.</p> <warning><p>The <c>{imports,Value}</c> tuple may be removed in a future @@ -273,6 +273,11 @@ behaviour_info(callbacks) -> Callbacks.</pre> be supported in future release.</p> </item> + <tag><c>md5</c></tag> + <item> + <p>Return a binary representing the MD5 checksum of the module.</p> + </item> + <tag><c>exports</c></tag> <item> <p>Return a list of <c>{Name,Arity}</c> tuples with |