From ada05cf788024b9a8bdbb3a911d02aea373150dd Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Tue, 2 Jul 2019 11:57:42 +0200 Subject: erl_parse: Add documentation for exported types --- lib/stdlib/doc/src/erl_parse.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/erl_parse.xml b/lib/stdlib/doc/src/erl_parse.xml index 8142e5c0aa..d487cccdfc 100644 --- a/lib/stdlib/doc/src/erl_parse.xml +++ b/lib/stdlib/doc/src/erl_parse.xml @@ -68,6 +68,25 @@ + + af_binelement(_) + +

Abstract representation of an element of a bitstring.

+
+
+ + af_generator() + +

Abstract representation of a generator + or a bitstring generator.

+
+
+ + af_remote_function()> + +

Abstract representation of a remote function call.

+
+
-- cgit v1.2.3