aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/src/xmerl_scan.erl
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2016-09-12 10:03:48 +0200
committerLars Thorsen <[email protected]>2016-09-12 10:03:48 +0200
commit5ee6a8af63c9d450e5cc6e9cfa9d5890adbde092 (patch)
tree3cf2d20b20686261b2863515717744e7daba212e /lib/xmerl/src/xmerl_scan.erl
parent86d1fb0865193cce4e308baa6472885a81033f10 (diff)
parent7a9b12187c4265eba16aa75ee45301f7f2c586e8 (diff)
downloadotp-5ee6a8af63c9d450e5cc6e9cfa9d5890adbde092.tar.gz
otp-5ee6a8af63c9d450e5cc6e9cfa9d5890adbde092.tar.bz2
otp-5ee6a8af63c9d450e5cc6e9cfa9d5890adbde092.zip
Merge branch 'lars/xmerl-anchor-problems/OTP-13880' into maint
* lars/xmerl-anchor-problems/OTP-13880: [xmerl] Fix link problems in documentation
Diffstat (limited to 'lib/xmerl/src/xmerl_scan.erl')
-rw-r--r--lib/xmerl/src/xmerl_scan.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/xmerl/src/xmerl_scan.erl b/lib/xmerl/src/xmerl_scan.erl
index 2147a46a13..5e0459ec21 100644
--- a/lib/xmerl/src/xmerl_scan.erl
+++ b/lib/xmerl/src/xmerl_scan.erl
@@ -111,13 +111,16 @@
%% <dd>Set to 'true' if xmerl should add to elements missing attributes
%% with a defined default value (default 'false').</dd>
%% </dl>
+%% @type xmlElement() = #xmlElement{}.
+%% The record definition is found in xmerl.hrl.
+%% @type xmlDocument() = #xmlDocument{}.
+%% The record definition is found in xmerl.hrl.
%% @type document() = xmlElement() | xmlDocument(). <p>
%% The document returned by <tt>xmerl_scan:string/[1,2]</tt> and
%% <tt>xmerl_scan:file/[1,2]</tt>. The type of the returned record depends on
%% the value of the document option passed to the function.
%% </p>
-
-module(xmerl_scan).
-vsn('0.20').
-date('03-09-16').