Skip to content

Commit

Permalink
docs: update javadoc deprecated references
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
alandefreitas committed Jul 28, 2023
1 parent b156eb2 commit 705554c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions include/boost/url/error_types.hpp
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/boost/url/optional.hpp
Expand Up @@ -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
Expand Down

0 comments on commit 705554c

Please sign in to comment.