From f11f263bade1738009d6aa8678b4ae381d2d47df Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Tue, 28 Sep 2010 09:46:32 +0200 Subject: Fix format_man_pages so it handles all man sections and remove warnings/errors in man pages --- lib/xmerl/src/xmerl_xsd.erl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/xmerl/src/xmerl_xsd.erl') diff --git a/lib/xmerl/src/xmerl_xsd.erl b/lib/xmerl/src/xmerl_xsd.erl index 1aedc9e270..c0923520c2 100644 --- a/lib/xmerl/src/xmerl_xsd.erl +++ b/lib/xmerl/src/xmerl_xsd.erl @@ -29,7 +29,9 @@ %% @type option_list().

Options allow to customize the behaviour of the %% validation. %%

+%%

%% Possible options are : +%%

%%
%%
{tab2file,boolean()}
%%
Enables saving of abstract structure on file for debugging @@ -46,6 +48,7 @@ %%
It is possible by this option to provide a state with process %% information from an earlier validation.
%%
+%% @end %%%------------------------------------------------------------------- -module(xmerl_xsd). -- cgit v1.2.3