From 16055085f761531ed1679c55fdcc14928aec1e1d Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 21 Mar 2019 09:25:16 +0100 Subject: stdlib: Add option 'quote_singleton_atom_types' to erl_pp The new option can be used by Dialyzer, which has traditionally quoted singleton atom types. The OTP team has decided not to use the convention in OTP documentation, at least not for now. That is why the option is needed. EDoc does not use the new option. Syntax Tools does not have a similar option. --- lib/stdlib/doc/src/erl_pp.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/stdlib/doc') 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 @@
1996 - 2016 + 2019 Ericsson AB, All Rights Reserved @@ -65,6 +65,10 @@ + +

The option quote_singleton_atom_types + is used to add quotes to all singleton atom types.

+
-- cgit v1.2.3