diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-04-06 15:52:19 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-04-06 16:43:24 +0100 |
commit | f0b883464c58cb2f3f521776e65008b1fa75f79e (patch) | |
tree | f96b9f14540fad2648f8eb4a174037e93c3b48d0 /libstdc++-v3/include/experimental | |
parent | 4bbd51afaa4a3c116fb538d912b35e126be80b41 (diff) | |
download | gcc-f0b883464c58cb2f3f521776e65008b1fa75f79e.zip gcc-f0b883464c58cb2f3f521776e65008b1fa75f79e.tar.gz gcc-f0b883464c58cb2f3f521776e65008b1fa75f79e.tar.bz2 |
libstdc++: Fix doxygen markup for group close commands
A change in Doxygen 1.8.16 means that "// @}" is no longer recognized by
Doxygen, so doesn't close a @{ group. A "///" comment needs to be used.
libstdc++-v3/ChangeLog:
* include/bits/atomic_base.h: Fix doxygen group close.
* include/bits/basic_ios.h: Likewise.
* include/bits/forward_list.h: Likewise.
* include/bits/fs_dir.h: Likewise.
* include/bits/fs_ops.h: Likewise.
* include/bits/fs_path.h: Likewise.
* include/bits/functional_hash.h: Likewise.
* include/bits/gslice.h: Likewise.
* include/bits/gslice_array.h: Likewise.
* include/bits/hashtable_policy.h: Likewise.
* include/bits/indirect_array.h: Likewise.
* include/bits/locale_classes.h: Likewise.
* include/bits/locale_facets.h: Likewise.
* include/bits/locale_facets_nonio.h: Likewise.
* include/bits/mask_array.h: Likewise.
* include/bits/refwrap.h: Likewise.
* include/bits/regex.h: Likewise.
* include/bits/regex_automaton.h: Likewise.
* include/bits/regex_compiler.h: Likewise.
* include/bits/regex_constants.h: Likewise.
* include/bits/regex_error.h: Likewise.
* include/bits/regex_executor.h: Likewise.
* include/bits/regex_scanner.h: Likewise.
* include/bits/shared_ptr.h: Likewise.
* include/bits/shared_ptr_atomic.h: Likewise.
* include/bits/shared_ptr_base.h: Likewise.
* include/bits/slice_array.h: Likewise.
* include/bits/specfun.h: Likewise.
* include/bits/std_function.h: Likewise.
* include/bits/std_mutex.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_iterator.h: Likewise.
* include/bits/stl_iterator_base_types.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_numeric.h: Likewise.
* include/bits/stl_pair.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/stl_uninitialized.h: Likewise.
* include/bits/stream_iterator.h: Likewise.
* include/bits/streambuf_iterator.h: Likewise.
* include/bits/unique_ptr.h: Likewise.
* include/bits/unordered_map.h: Likewise.
* include/bits/unordered_set.h: Likewise.
* include/decimal/decimal: Likewise.
* include/experimental/any: Likewise.
* include/experimental/array: Likewise.
* include/experimental/bits/fs_dir.h: Likewise.
* include/experimental/bits/fs_fwd.h: Likewise.
* include/experimental/bits/fs_ops.h: Likewise.
* include/experimental/bits/fs_path.h: Likewise.
* include/experimental/buffer: Likewise.
* include/experimental/internet: Likewise.
* include/experimental/optional: Likewise.
* include/experimental/propagate_const: Likewise.
* include/experimental/socket: Likewise.
* include/ext/pb_ds/assoc_container.hpp: Likewise.
* include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:
Likewise.
* include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Likewise.
* include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Likewise.
* include/ext/pb_ds/detail/types_traits.hpp: Likewise.
* include/ext/pb_ds/exception.hpp: Likewise.
* include/ext/pb_ds/priority_queue.hpp: Likewise.
* include/ext/pb_ds/tag_and_trait.hpp: Likewise.
* include/ext/random: Likewise.
* include/std/any: Likewise.
* include/std/atomic: Likewise.
* include/std/bitset: Likewise.
* include/std/chrono: Likewise.
* include/std/complex: Likewise.
* include/std/condition_variable: Likewise.
* include/std/fstream: Likewise.
* include/std/future: Likewise.
* include/std/iostream: Likewise.
* include/std/istream: Likewise.
* include/std/mutex: Likewise.
* include/std/numeric: Likewise.
* include/std/ostream: Likewise.
* include/std/ratio: Likewise.
* include/std/shared_mutex: Likewise.
* include/std/stdexcept: Likewise.
* include/std/streambuf: Likewise.
* include/std/system_error: Likewise.
* include/std/thread: Likewise.
* include/std/valarray: Likewise.
* include/std/variant: Likewise.
* include/tr1/cmath: Likewise.
* include/tr1/regex: Likewise.
* include/tr2/dynamic_bitset: Likewise.
* libsupc++/atomic_lockfree_defines.h: Likewise.
* libsupc++/exception: Likewise.
* libsupc++/exception.h: Likewise.
* libsupc++/exception_ptr.h: Likewise.
* libsupc++/nested_exception.h: Likewise.
libstdc++-v3/ChangeLog:
* include/tr1/regex:
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 |