xo-flatstring: comment consistency
This commit is contained in:
parent
a15025e95b
commit
ebbe45e5e7
1 changed files with 3 additions and 3 deletions
|
|
@ -491,7 +491,7 @@ namespace xo {
|
||||||
///@}
|
///@}
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @brief sentinel type, for forbidden stringliteral with no space for a null terminator **/
|
/** @brief sentinel type, for forbidden flatstring with no space for a null terminator **/
|
||||||
template <>
|
template <>
|
||||||
struct flatstring<0> { flatstring() = delete; };
|
struct flatstring<0> { flatstring() = delete; };
|
||||||
|
|
||||||
|
|
@ -584,7 +584,7 @@ namespace xo {
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
* @code
|
* @code
|
||||||
* constexpr auto cmp = flatstring_compare(stringliteral("foo"), stringliteral("bar"));
|
* constexpr auto cmp = flatstring_compare(flatstring("foo"), flatstring("bar"));
|
||||||
* static_assert(cmp > 0);
|
* static_assert(cmp > 0);
|
||||||
* @endcode
|
* @endcode
|
||||||
**/
|
**/
|
||||||
|
|
@ -638,4 +638,4 @@ namespace xo {
|
||||||
///@}
|
///@}
|
||||||
} /*namespace xo*/
|
} /*namespace xo*/
|
||||||
|
|
||||||
/** end stringliteral.hpp **/
|
/** end flatstring.hpp **/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue