From f5af4ec3aec18b7237c11ec6c8b7dd9367002d37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20H=C3=B6gberg?=
Date: Wed, 21 Mar 2018 09:29:22 +0100
Subject: Add an option to ?MODULE:module_info/1 for listing NIFs
---
system/doc/reference_manual/modules.xml | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'system')
diff --git a/system/doc/reference_manual/modules.xml b/system/doc/reference_manual/modules.xml
index 4a97bfeb7b..7dc71eb307 100644
--- a/system/doc/reference_manual/modules.xml
+++ b/system/doc/reference_manual/modules.xml
@@ -307,6 +307,12 @@ behaviour_info(callbacks) -> Callbacks.
all functions in the module.
+ nifs
+ -
+
Returns a list of {Name,Arity} tuples with
+ all NIF functions in the module.
+
+
native
-
Return true if the module has native compiled code.
--
cgit v1.2.3