diff --git a/docs/manual.adoc b/docs/manual.adoc index d478cde..ab06af9 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -2127,7 +2127,7 @@ Maintenance release. Changes: * Specification changes: . `xml_document::load(const char*)` (deprecated in 1.5) now has `deprecated` attribute; use `xml_document::load_string` instead - ` `xml_node::select_single_node` (deprecated in 1.5) now has `deprecated` attribute; use `xml_node::select_node` instead + . `xml_node::select_single_node` (deprecated in 1.5) now has `deprecated` attribute; use `xml_node::select_node` instead * New features: . Add move semantics support for xml_document and improve move semantics support for other objects diff --git a/docs/manual.html b/docs/manual.html index 01b577f..3be4a2b 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -4025,8 +4025,10 @@ If exceptions are disabled, then in the event of parsing failure the query is in
xml_document::load(const char*) (deprecated in 1.5) now has deprecated attribute; use xml_document::load_string instead
-` xml_node::select_single_node (deprecated in 1.5) now has deprecated attribute; use xml_node::select_node instead
xml_document::load(const char*) (deprecated in 1.5) now has deprecated attribute; use xml_document::load_string instead
xml_node::select_single_node (deprecated in 1.5) now has deprecated attribute; use xml_node::select_node instead