diff options
author | Hans Bolinder <[email protected]> | 2012-01-31 15:46:47 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-01-31 15:46:47 +0100 |
commit | 0c03cc0b8df68f1531947e0c117e9606ad3daf08 (patch) | |
tree | 21276fdb89ee105def771732262c344e4ade78f6 /lib/kernel/doc/src/code.xml | |
parent | 8c9975b642c3f3eb76eaa5ea5964226ac1e4600b (diff) | |
parent | 037150979ff809df85757bd2b3f676e2e4c6be88 (diff) | |
download | otp-0c03cc0b8df68f1531947e0c117e9606ad3daf08.tar.gz otp-0c03cc0b8df68f1531947e0c117e9606ad3daf08.tar.bz2 otp-0c03cc0b8df68f1531947e0c117e9606ad3daf08.zip |
Merge branch 'hb/bif_specs/OTP-9862'
* hb/bif_specs/OTP-9862:
Move types and specs from erl_bif_types.erl to modules
Diffstat (limited to 'lib/kernel/doc/src/code.xml')
-rw-r--r-- | lib/kernel/doc/src/code.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index ee687511a3..bb111a2242 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1996</year><year>2011</year> + <year>1996</year><year>2012</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -728,16 +728,13 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), </desc> </func> <func> - <name>is_module_native(Module) -> boolean() | undefined</name> + <name name="is_module_native" arity="1"/> <fsummary>Test whether a module has native code</fsummary> - <type> - <v>Module = module()</v> - </type> <desc> - <p>This function returns <c>true</c> if <c>Module</c> is + <p>This function returns <c>true</c> if <c><anno>Module</anno></c> is name of a loaded module that has native code loaded, and - <c>false</c> if <c>Module</c> is loaded but does not have - native. If <c>Module</c> is not loaded, this function returns + <c>false</c> if <c><anno>Module</anno></c> is loaded but does not have + native. If <c><anno>Module</anno></c> is not loaded, this function returns <c>undefined</c>.</p> </desc> </func> |