From 7a9b12187c4265eba16aa75ee45301f7f2c586e8 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Wed, 7 Sep 2016 15:29:56 +0200 Subject: [xmerl] Fix link problems in documentation --- lib/xmerl/src/xmerl_scan.erl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/xmerl/src/xmerl_scan.erl') 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 @@ %%
Set to 'true' if xmerl should add to elements missing attributes %% with a defined default value (default 'false').
%% +%% @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().

%% The document returned by xmerl_scan:string/[1,2] and %% xmerl_scan:file/[1,2]. The type of the returned record depends on %% the value of the document option passed to the function. %%

- -module(xmerl_scan). -vsn('0.20'). -date('03-09-16'). -- cgit v1.2.3