File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments