diff options
Diffstat (limited to 'libstdc++-v3/include/experimental')
-rw-r--r-- | libstdc++-v3/include/experimental/any | 6 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/array | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/bits/fs_dir.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/bits/fs_ops.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/bits/fs_path.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/buffer | 16 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/internet | 42 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/optional | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/propagate_const | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/experimental/socket | 10 |
11 files changed, 45 insertions, 45 deletions
diff --git a/libstdc++-v3/include/experimental/any b/libstdc++-v3/include/experimental/any index bf8e91a..3bb3e8c 100644 --- a/libstdc++-v3/include/experimental/any +++ b/libstdc++-v3/include/experimental/any @@ -412,7 +412,7 @@ inline namespace fundamentals_v1 return std::move(*__p); __throw_bad_any_cast(); } - // @} + /// @} /// @cond undocumented template<typename _Tp> @@ -479,7 +479,7 @@ inline namespace fundamentals_v1 return static_cast<_ValueType*>(__any_caster<_ValueType>(__any)); return nullptr; } - // @} + /// @} template<typename _Tp> void @@ -555,7 +555,7 @@ inline namespace fundamentals_v1 _S_manage(_Op, const any*, _Arg*) { } }; - // @} group any + /// @} group any } // namespace fundamentals_v1 } // namespace experimental diff --git a/libstdc++-v3/include/experimental/array b/libstdc++-v3/include/experimental/array index c61c5d4..a282190 100644 --- a/libstdc++-v3/include/experimental/array +++ b/libstdc++-v3/include/experimental/array @@ -104,7 +104,7 @@ template <typename _Tp, size_t _Nm> return experimental::__to_array(__a, make_index_sequence<_Nm>{}); } - // @} group make_array + /// @} group make_array } // namespace fundamentals_v2 } // namespace experimental diff --git a/libstdc++-v3/include/experimental/bits/fs_dir.h b/libstdc++-v3/include/experimental/bits/fs_dir.h index 9dc71ec..320de3d 100644 --- a/libstdc++-v3/include/experimental/bits/fs_dir.h +++ b/libstdc++-v3/include/experimental/bits/fs_dir.h @@ -351,7 +351,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CXX11 _GLIBCXX_END_NAMESPACE_CXX11 - // @} group filesystem-ts + /// @} group filesystem-ts } // namespace v1 } // namespace filesystem } // namespace experimental diff --git a/libstdc++-v3/include/experimental/bits/fs_fwd.h b/libstdc++-v3/include/experimental/bits/fs_fwd.h index da2e74e..2b0655d 100644 --- a/libstdc++-v3/include/experimental/bits/fs_fwd.h +++ b/libstdc++-v3/include/experimental/bits/fs_fwd.h @@ -279,7 +279,7 @@ _GLIBCXX_END_NAMESPACE_CXX11 bool is_regular_file(file_status) noexcept; bool is_symlink(file_status) noexcept; - // @} group filesystem-ts + /// @} group filesystem-ts } // namespace v1 } // namespace filesystem } // namespace experimental diff --git a/libstdc++-v3/include/experimental/bits/fs_ops.h b/libstdc++-v3/include/experimental/bits/fs_ops.h index 6d79938..95e2168 100644 --- a/libstdc++-v3/include/experimental/bits/fs_ops.h +++ b/libstdc++-v3/include/experimental/bits/fs_ops.h @@ -288,7 +288,7 @@ inline namespace v1 path temp_directory_path(); path temp_directory_path(error_code& __ec); - // @} group filesystem-ts + /// @} group filesystem-ts } // namespace v1 } // namespace filesystem } // namespace experimental diff --git a/libstdc++-v3/include/experimental/bits/fs_path.h b/libstdc++-v3/include/experimental/bits/fs_path.h index 7d8cb41..2df2bba 100644 --- a/libstdc++-v3/include/experimental/bits/fs_path.h +++ b/libstdc++-v3/include/experimental/bits/fs_path.h @@ -1275,7 +1275,7 @@ namespace __detail return _M_at_end == __rhs._M_at_end; } - // @} group filesystem-ts + /// @} group filesystem-ts _GLIBCXX_END_NAMESPACE_CXX11 } // namespace v1 } // namespace filesystem diff --git a/libstdc++-v3/include/experimental/buffer b/libstdc++-v3/include/experimental/buffer index 38c8983..945dcb5 100644 --- a/libstdc++-v3/include/experimental/buffer +++ b/libstdc++-v3/include/experimental/buffer @@ -172,7 +172,7 @@ inline namespace v1 buffer_sequence_end(const _Cont& __c) -> decltype(__c.end()) { return __c.end(); } - // @} + /// @} /** @brief buffer type traits @@ -250,7 +250,7 @@ inline namespace v1 template<typename _Tp> constexpr bool is_dynamic_buffer_v = is_dynamic_buffer<_Tp>::value; - // @} + /// @} /// buffer size template<typename _ConstBufferSequence> @@ -727,7 +727,7 @@ inline namespace v1 return net::read(__stream, __b, __completion_condition, __ec); } - // @} + /// @} /** @brief asynchronous read operations * @{ @@ -775,7 +775,7 @@ inline namespace v1 std::forward<_CompletionToken>(__token)); } - // @} + /// @} #if 0 /** @brief synchronous write operations: @@ -811,7 +811,7 @@ inline namespace v1 size_t write(_SyncWriteStream& __stream, _DynamicBuffer&& __b, _CompletionCondition __completion_condition, error_code& __ec); - // @} + /// @} /** @brief asynchronous write operations * @{ @@ -839,7 +839,7 @@ inline namespace v1 _CompletionCondition __completion_condition, _CompletionToken&& __token); - // @} + /// @} /** @brief synchronous delimited read operations * @{ @@ -856,7 +856,7 @@ inline namespace v1 size_t read_until(_SyncReadStream& __s, _DynamicBuffer&& __b, string_view __delim, error_code& __ec); - // @} + /// @} /** @brief asynchronous delimited read operations * @{ @@ -871,7 +871,7 @@ inline namespace v1 _DynamicBuffer&& __b, string_view __delim, _CompletionToken&& __token); - // @} + /// @} #endif /// @} diff --git a/libstdc++-v3/include/experimental/internet b/libstdc++-v3/include/experimental/internet index 288c61b..c79e6d4 100644 --- a/libstdc++-v3/include/experimental/internet +++ b/libstdc++-v3/include/experimental/internet @@ -126,7 +126,7 @@ namespace ip struct v4_mapped_t {}; constexpr v4_mapped_t v4_mapped; - // @} + /// @} /// An IPv4 address. class address_v4 @@ -541,7 +541,7 @@ namespace ip operator>=(const address_v4& __a, const address_v4& __b) noexcept { return !(__a < __b); } - // @} + /// @} /** ip::address_v6 comparisons * @{ @@ -585,7 +585,7 @@ namespace ip operator>=(const address_v6& __a, const address_v6& __b) noexcept { return !(__a < __b); } - // @} + /// @} /** ip::address comparisons * @{ @@ -623,7 +623,7 @@ namespace ip operator>=(const address& __a, const address& __b) noexcept { return !(__a < __b); } - // @} + /// @} /** ip::address_v4 creation * @{ @@ -695,7 +695,7 @@ namespace ip make_address_v4(string_view __str) { return make_address_v4(__str, __throw_on_error{"make_address_v4"}); } - // @} + /// @} /** ip::address_v6 creation * @{ @@ -867,7 +867,7 @@ namespace ip make_address_v6(string_view __str) { return make_address_v6(__str, __throw_on_error{"make_address_v6"}); } - // @} + /// @} /** ip::address creation * @{ @@ -912,7 +912,7 @@ namespace ip make_address(string_view __str) { return make_address(__str, __throw_on_error{"make_address"}); } - // @} + /// @} /// ip::address I/O template<typename _CharT, typename _Traits> @@ -1093,7 +1093,7 @@ namespace ip using address_v4_range = basic_address_range<address_v4>; - // @} + /// @} /** An IPv6 address range. * @{ @@ -1134,7 +1134,7 @@ namespace ip using address_v6_range = basic_address_range<address_v6>; - // @} + /// @} bool operator==(const network_v4& __a, const network_v4& __b) noexcept; @@ -1307,7 +1307,7 @@ namespace ip operator!=(const network_v4& __a, const network_v4& __b) noexcept { return !(__a == __b); } - // @} + /// @} /** ip::network_v6 comparisons * @{ @@ -1324,7 +1324,7 @@ namespace ip operator!=(const network_v6& __a, const network_v6& __b) noexcept { return !(__a == __b); } - // @} + /// @} /** ip::network_v4 creation * @{ @@ -1356,7 +1356,7 @@ namespace ip make_network_v4(string_view __str) { return make_network_v4(__str, __throw_on_error{"make_network_v4"}); } - // @} + /// @} /** ip::network_v6 creation * @{ @@ -1384,7 +1384,7 @@ namespace ip make_network_v6(string_view __str) { return make_network_v6(__str, __throw_on_error{"make_network_v6"}); } - // @} + /// @} /// ip::network_v4 I/O template<typename _CharT, typename _Traits> @@ -1566,7 +1566,7 @@ namespace ip const basic_endpoint<_InternetProtocol>& __b) { return !(__a < __b); } - // @} + /// @} /// basic_endpoint I/O template<typename _CharT, typename _Traits, typename _InternetProtocol> @@ -1640,7 +1640,7 @@ namespace ip const basic_resolver_entry<_InternetProtocol>& __b) { return !(__a == __b); } - // @} + /// @} /** Base class defining flags for name/address resolution. * @{ @@ -1706,7 +1706,7 @@ namespace ip // TODO define resolver_base::flags static constants for C++14 mode - // @} + /// @} /** Container for results of name/address resolution. * @{ @@ -1788,7 +1788,7 @@ namespace ip const basic_resolver_results<_InternetProtocol>& __b) { return !(__a == __b); } - // @} + /// @} /// Perform name/address resolution. template<typename _InternetProtocol> @@ -2071,7 +2071,7 @@ namespace ip host_name() { return host_name(std::allocator<char>{}, __throw_on_error{"host_name"}); } - // @} + /// @} /// The TCP byte-stream protocol. class tcp @@ -2126,7 +2126,7 @@ namespace ip operator!=(const tcp& __a, const tcp& __b) { return !(__a == __b); } - // @} + /// @} /// The UDP datagram protocol. class udp @@ -2165,7 +2165,7 @@ namespace ip operator!=(const udp& __a, const udp& __b) { return !(__a == __b); } - // @} + /// @} /// Restrict a socket created for an IPv6 protocol to IPv6 only. struct v6_only : __sockopt_crtp<v6_only, bool> @@ -2395,7 +2395,7 @@ namespace ip } // namespace multicast - // @} + /// @} } // namespace ip } // namespace v1 diff --git a/libstdc++-v3/include/experimental/optional b/libstdc++-v3/include/experimental/optional index 9b3360c..ae2418f 100644 --- a/libstdc++-v3/include/experimental/optional +++ b/libstdc++-v3/include/experimental/optional @@ -910,8 +910,8 @@ inline namespace fundamentals_v1 make_optional(_Tp&& __t) { return optional<decay_t<_Tp>> { std::forward<_Tp>(__t) }; } - // @} relates experimental::optional - // @} group optional + /// @} relates experimental::optional + /// @} group optional } // namespace fundamentals_v1 } // namespace experimental diff --git a/libstdc++-v3/include/experimental/propagate_const b/libstdc++-v3/include/experimental/propagate_const index fe80867..0d03c13 100644 --- a/libstdc++-v3/include/experimental/propagate_const +++ b/libstdc++-v3/include/experimental/propagate_const @@ -422,7 +422,7 @@ inline namespace fundamentals_v2 return __pt._M_t; } - // @} group propagate_const + /// @} group propagate_const } // namespace fundamentals_v2 } // namespace experimental diff --git a/libstdc++-v3/include/experimental/socket b/libstdc++-v3/include/experimental/socket index 50bfe99..a5a23ed 100644 --- a/libstdc++-v3/include/experimental/socket +++ b/libstdc++-v3/include/experimental/socket @@ -2265,7 +2265,7 @@ inline namespace v1 protocol_type _M_protocol; }; - // @} + /// @} /** @brief Socket streams * @{ @@ -2436,7 +2436,7 @@ inline namespace v1 __streambuf_type _M_sb; }; - // @} + /// @} /** @brief synchronous connect operations * @{ @@ -2557,7 +2557,7 @@ inline namespace v1 __ec); } - // @} + /// @} /** @brief asynchronous connect operations * @{ @@ -2607,11 +2607,11 @@ inline namespace v1 forward<_CompletionToken>(__token)); } - // @} + /// @} #endif // _GLIBCXX_HAVE_UNISTD_H - // @} + /// @} } // namespace v1 } // namespace net |