Skip to content

Commit 6a0d654

Browse files
committed
Fix documentation
1 parent 6cf82c7 commit 6a0d654

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/xtd.core/include/xtd/collections/generic/helpers/allocator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ namespace xtd {
1515
/// @brief Represent an allocator alias.
1616
/// @par Header
1717
/// ```cpp
18-
/// #include <xtd/collections/generic/allocator>
18+
/// #include <xtd/collections/generic/helpers/allocator>
1919
/// ```
2020
/// @par Namespace
21-
/// xtd::collections
21+
/// xtd::collections::generic::helpers
2222
/// @par Library
2323
/// xtd.core
2424
/// @ingroup xtd_core helpers_generic_collections

src/xtd.core/include/xtd/collections/generic/helpers/comparer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ namespace xtd {
1818
/// ```
1919
/// @par Header
2020
/// ```cpp
21-
/// #include <xtd/collections/comparer
21+
/// #include <xtd/collections/generic/helpers/comparer
2222
/// ```
2323
/// @par Namespace
24-
/// xtd::collections::generic
24+
/// xtd::collections::generic::helpers
2525
/// @par Library
2626
/// xtd.core
2727
/// @ingroup xtd_core helpers_generic_collections

src/xtd.core/include/xtd/collections/generic/helpers/equator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ namespace xtd {
2121
/// ```
2222
/// @par Header
2323
/// ```cpp
24-
/// #include <xtd/collections/generic/equator>
24+
/// #include <xtd/collections/generic/helpers/equator>
2525
/// ```
2626
/// @par Namespace
27-
/// xtd::collections::generic
27+
/// xtd::collections::generic::helpers
2828
/// @par Library
2929
/// xtd.core
3030
/// @ingroup xtd_core helpers_generic_collections

src/xtd.core/include/xtd/collections/generic/helpers/hasher.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ namespace xtd {
1717
namespace helpers {
1818
/// @brief Implements a function object for hashing data.
1919
/// ```cpp
20-
// template<class key_t>
21-
// struct hasher;
20+
/// template<class key_t>
21+
/// struct hasher;
2222
/// ```
2323
/// @par Header
2424
/// ```cpp
25-
/// #include <xtd/collections/generic/hasher
25+
/// #include <xtd/collections/generic/helpers/hasher
2626
/// ```
2727
/// @par Namespace
28-
/// xtd::collections::generic
28+
/// xtd::collections::generic::helpers
2929
/// @par Library
3030
/// xtd.core
3131
/// @ingroup xtd_core helpers_generic_collections

0 commit comments

Comments
 (0)