diff options
author | Hans Bolinder <[email protected]> | 2019-04-12 09:00:16 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-04-12 09:00:16 +0200 |
commit | 07be518a33d934837fe9745f0ec9399cc34a367f (patch) | |
tree | 16c288de0c1d398f2f93941416a9c8166468e74c /lib/stdlib/doc | |
parent | d39e0f60ac67f6aa83afc60090353cf40522067d (diff) | |
parent | 16055085f761531ed1679c55fdcc14928aec1e1d (diff) | |
download | otp-07be518a33d934837fe9745f0ec9399cc34a367f.tar.gz otp-07be518a33d934837fe9745f0ec9399cc34a367f.tar.bz2 otp-07be518a33d934837fe9745f0ec9399cc34a367f.zip |
Merge branch 'hasse/stdlib/erl_pp_quoted_atom_types/OTP-15756'
* hasse/stdlib/erl_pp_quoted_atom_types/OTP-15756:
stdlib: Add option 'quote_singleton_atom_types' to erl_pp
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/erl_pp.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/erl_pp.xml b/lib/stdlib/doc/src/erl_pp.xml index f1c3aa5a41..0a46139db6 100644 --- a/lib/stdlib/doc/src/erl_pp.xml +++ b/lib/stdlib/doc/src/erl_pp.xml @@ -5,7 +5,7 @@ <header> <copyright> <year>1996</year> - <year>2016</year> + <year>2019</year> <holder>Ericsson AB, All Rights Reserved</holder> </copyright> <legalnotice> @@ -65,6 +65,10 @@ </datatype> <datatype> <name name="option"/> + <desc> + <p>The option <c>quote_singleton_atom_types</c> + is used to add quotes to all singleton atom types.</p> + </desc> </datatype> <datatype> <name name="options"/> |