diff options
author | Zandra <[email protected]> | 2015-10-02 16:07:25 +0200 |
---|---|---|
committer | Zandra <[email protected]> | 2015-10-02 16:07:25 +0200 |
commit | ed658da1bbff074ebc4e384e628bbc27e2b892da (patch) | |
tree | b6eb3a05b97cc43bc1759fab973b30f3190ebc7b /erts/doc | |
parent | 464bc901350fc3d150dbf00cbc5d58b18808c4e5 (diff) | |
parent | 4c8723f377b6db8e9899c4192887284feb3c3cf4 (diff) | |
download | otp-ed658da1bbff074ebc4e384e628bbc27e2b892da.tar.gz otp-ed658da1bbff074ebc4e384e628bbc27e2b892da.tar.bz2 otp-ed658da1bbff074ebc4e384e628bbc27e2b892da.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/absform.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml index 547d5e583d..df2553ced3 100644 --- a/erts/doc/src/absform.xml +++ b/erts/doc/src/absform.xml @@ -70,6 +70,10 @@ Rep(D) = <c><![CDATA[[Rep(F_1), ..., Rep(F_k)]]]></c>.</item> <item>If F is an attribute <c><![CDATA[-module(Mod)]]></c>, then Rep(F) = <c><![CDATA[{attribute,LINE,module,Mod}]]></c>.</item> + <item>If F is an attribute <c><![CDATA[-behavior(Behavior)]]></c>, then + Rep(F) = <c><![CDATA[{attribute,LINE,behavior,Behavior}]]></c>.</item> + <item>If F is an attribute <c><![CDATA[-behaviour(Behaviour)]]></c>, then + Rep(F) = <c><![CDATA[{attribute,LINE,behaviour,Behaviour}]]></c>.</item> <item>If F is an attribute <c><![CDATA[-export([Fun_1/A_1, ..., Fun_k/A_k])]]></c>, then Rep(F) = <c><![CDATA[{attribute,LINE,export,[{Fun_1,A_1}, ..., {Fun_k,A_k}]}]]></c>.</item> <item>If F is an attribute <c><![CDATA[-import(Mod,[Fun_1/A_1, ..., Fun_k/A_k])]]></c>, then |