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_xpath.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/xmerl/src/xmerl_xpath.erl') diff --git a/lib/xmerl/src/xmerl_xpath.erl b/lib/xmerl/src/xmerl_xpath.erl index 182a186d2c..e654a8ef1d 100644 --- a/lib/xmerl/src/xmerl_xpath.erl +++ b/lib/xmerl/src/xmerl_xpath.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2009. All Rights Reserved. +%% Copyright Ericsson AB 2003-2010. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -57,7 +57,9 @@ %% @type option_list().

Options allows to customize the behaviour of the %% XPath scanner. %%

+%%

%% Possible options are: +%%

%%
%%
{namespace, #xmlNamespace}
%%
Set namespace nodes, from XmlNamspace, in xmlContext
-- cgit v1.2.3