2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-19 04:42:15 +00:00

docs: update javadoc deprecated references

This commit fixes a mistake where the javadoc for many deprecated aliases included references to the deprecated alias `boost::core::string_view` instead of the correct deprecated aliases `boost::optional`, `system::error_category`, `system::error_code`, `system::error_condition`, `system::system_error`, and `system::result`.
This commit is contained in:
alandefreitas
2023-07-27 15:55:31 -03:00
committed by Alan de Freitas
parent b156eb2301
commit 705554ca12
2 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ namespace error_types {
@note This alias is no longer supported and
should not be used in new code. Please use
`core::string_view` instead.
`system::error_category` instead.
This alias is included for backwards
compatibility with earlier versions of the
@@ -48,7 +48,7 @@ using error_category
@note This alias is no longer supported and
should not be used in new code. Please use
`core::string_view` instead.
`system::error_code` instead.
This alias is included for backwards
compatibility with earlier versions of the
@@ -70,7 +70,7 @@ using error_code
@note This alias is no longer supported and
should not be used in new code. Please use
`core::string_view` instead.
`system::error_condition` instead.
This alias is included for backwards
compatibility with earlier versions of the
@@ -92,7 +92,7 @@ using error_condition
@note This alias is no longer supported and
should not be used in new code. Please use
`core::string_view` instead.
`system::system_error` instead.
This alias is included for backwards
compatibility with earlier versions of the
@@ -189,7 +189,7 @@ namespace errc = boost::system::errc;
@note This alias is no longer supported and
should not be used in new code. Please use
`core::string_view` instead.
`system::result` instead.
This alias is included for backwards
compatibility with earlier versions of the

View File

@@ -20,7 +20,7 @@ namespace urls {
@note This alias is no longer supported and
should not be used in new code. Please use
`core::string_view` instead.
`boost::optional` instead.
This alias is included for backwards
compatibility with earlier versions of the