Skip to content

Commit b9cbfb9

Browse files
authored
Update box.hpp
1 parent 12e709d commit b9cbfb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/xtd.core/include/xtd/box.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ namespace xtd {
5757
/// @name Public Aliases
5858

5959
/// @{
60-
/// Represents the value type.
60+
/// @brief Represents the value type.
6161
using value_type = type_t;
6262

63-
/// Represents the reference type.
63+
/// @brief Represents the reference type.
6464
using reference = type_t&;
6565

66-
/// Represents the cont reference type.
66+
/// @brief Represents the cont reference type.
6767
using const_reference = const type_t&;
6868

69-
/// Represents the reference type.
69+
/// @brief Represents the reference type.
7070
using pointer = type_t*;
7171

72-
/// Represents the cont reference type.
72+
/// @brief Represents the cont reference type.
7373
using const_pointer = const type_t*;
7474
/// @}
7575

0 commit comments

Comments
 (0)