From fdb350a4c98f070c264b8bd4ea9eca2513352f21 Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Wed, 14 May 2014 14:46:46 +0200 Subject: Add 'md5' entry for module_info/0/1 functions. --- system/doc/reference_manual/modules.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system') 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. a list of {Key,Value} tuples with information about the module. Currently, the list contain tuples with the following Keys: attributes, compile, - exports, and imports. The order and number of tuples + exports, imports and md5. The order and number of tuples may change without prior notice.

The {imports,Value} tuple may be removed in a future @@ -273,6 +273,11 @@ behaviour_info(callbacks) -> Callbacks. be supported in future release.

+ md5 + +

Return a binary representing the MD5 checksum of the module.

+
+ exports

Return a list of {Name,Arity} tuples with -- cgit v1.2.3