2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-13 12:52:14 +00:00

Fix doxygen and quickbook warnings

close #100
This commit is contained in:
alandefreitas
2022-01-10 15:35:40 -03:00
committed by Vinnie Falco
parent 756b6b6dbc
commit ddf586f2a0
7 changed files with 9 additions and 11 deletions

View File

@@ -1218,7 +1218,7 @@ parse_authority(
@param os The output stream to write to
@param u The URL to write
@param a The URL to write
*/
BOOST_URL_DECL
std::ostream&

View File

@@ -349,7 +349,7 @@ private:
@param os The output stream to write to.
@param addrr The address to write.
@param addr The address to write.
*/
BOOST_URL_DECL
std::ostream&

View File

@@ -406,11 +406,6 @@ public:
up to and including the last element
and @ref end iterators are invalidated.
@par Requires
@code
is_stringlike< String >::value == true
@endcode
@par Example
@code
url u = parse_relative_uri( "/path/file.txt" );

View File

@@ -11,7 +11,6 @@
#define BOOST_URL_STRING_VIEW_HPP
#include <boost/url/detail/config.hpp>
//#include <boost/utility/string_view.hpp>
#include <boost/core/detail/string_view.hpp>
namespace boost {
@@ -32,7 +31,6 @@ using pos_t = std::size_t;
owning the character buffer extends until
the string view is no longer referenced.
*/
//typedef boost::string_view string_view;
typedef boost::core::string_view string_view;
} // urls

View File

@@ -156,7 +156,7 @@ public:
from `u`. After the move. the state of `u`
will be as-if default constructed.
@param Exception Safety
@par Exception Safety
Throws nothing.
@param u The url to construct from.
@@ -188,7 +188,7 @@ public:
from `u`. After the move. the state of `u`
will be as-if default constructed.
@param Exception Safety
@par Exception Safety
Throws nothing.
@param u The url to assign from.