diff options
author | Raimo Niskanen <[email protected]> | 2019-02-25 12:10:40 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2019-02-25 12:10:40 +0100 |
commit | 17da9d0d5e08ef313055cf799fec7ee856fde1d4 (patch) | |
tree | e3d517e054103d98050d65b95ae8722c31abc22f /lib/stdlib/doc/src/sys.xml | |
parent | f87e53dfd230bdac66cbbc756cb92c2f0957c465 (diff) | |
download | otp-17da9d0d5e08ef313055cf799fec7ee856fde1d4.tar.gz otp-17da9d0d5e08ef313055cf799fec7ee856fde1d4.tar.bz2 otp-17da9d0d5e08ef313055cf799fec7ee856fde1d4.zip |
Create a gen_statem type for enter_loop options
Diffstat (limited to 'lib/stdlib/doc/src/sys.xml')
-rw-r--r-- | lib/stdlib/doc/src/sys.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml index 9fe816e33a..bf48ae0723 100644 --- a/lib/stdlib/doc/src/sys.xml +++ b/lib/stdlib/doc/src/sys.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1996</year><year>2018</year> + <year>1996</year><year>2019</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -123,6 +123,9 @@ <name name="dbg_fun"/> </datatype> <datatype> + <name name="debug_option"/> + </datatype> + <datatype> <name name="format_fun"/> </datatype> </datatypes> |