diff options
author | Hans Bolinder <[email protected]> | 2017-09-13 14:58:40 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-09-14 12:21:07 +0200 |
commit | 8d1b7f9c65f14aea03d63dbdba86b0ef96804fc4 (patch) | |
tree | 8cc26492ddfad02028f965436c2c0857f516a5ed /lib/tools/doc/src/xref.xml | |
parent | 15e3d354f56ea0b20ce3ab048c7574eed39b69b4 (diff) | |
download | otp-8d1b7f9c65f14aea03d63dbdba86b0ef96804fc4.tar.gz otp-8d1b7f9c65f14aea03d63dbdba86b0ef96804fc4.tar.bz2 otp-8d1b7f9c65f14aea03d63dbdba86b0ef96804fc4.zip |
tools: Add handling of the -on_load() attribute to Xref
Diffstat (limited to 'lib/tools/doc/src/xref.xml')
-rw-r--r-- | lib/tools/doc/src/xref.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/tools/doc/src/xref.xml b/lib/tools/doc/src/xref.xml index 11c6fa56f6..6f833246ad 100644 --- a/lib/tools/doc/src/xref.xml +++ b/lib/tools/doc/src/xref.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2000</year><year>2016</year> + <year>2000</year><year>2017</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -347,6 +347,9 @@ represented by <item>Locally Used Functions (*). Functions of all modules that have been used in some local call. </item> + <tag><c>OL</c></tag> + <item>Functions with an attribute tag <c>on_load</c> (*). + </item> <tag><c>LC</c></tag> <item>Local Calls (*).</item> <tag><c>XC</c></tag> @@ -393,6 +396,7 @@ facts about the <c>LU</c> and <c>XU</c> may have elements in common. Put in another way:</item> <item><c>V</c> is equal to <c>UU + XU + LU</c>.</item> + <item><c>OL</c> is a subset of <c>F</c>.</item> <item><c>E</c> is equal to <c>LC + XC</c>. Note that <c>LC</c> and <c>XC</c> may have elements in common, namely if some function is locally and externally used from one and the same |