Skip to content

Commit a1314d6

Browse files
committed
1 parent 2ace721 commit a1314d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/stlab/enum_ops.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ auto stlab_enable_bitmask_enum(...) -> std::false_type;
8080
/// operators.
8181
auto stlab_enable_arithmetic_enum(...) -> std::false_type;
8282

83-
/// @{
84-
/// \deprecated Use stlab_enable_bitmask_enum and stlab_enable_arithmetic_enum instead.
83+
// Don't use the `\ deprecated` Doxygen tag here because clang will warn that the
84+
// documentation marks the operations deprecated but the deprecated attribute is missing.
85+
/// \note Use is **deprecated**. Use stlab_enable_bitmask_enum instead.
8586
auto adobe_enable_bitmask_enum(...) -> std::false_type;
87+
/// \note Use is **deprecated**. Use stlab_enable_arithmetic_enum instead.
8688
auto adobe_enable_arithmetic_enum(...) -> std::false_type;
87-
/// @}
8889

8990
/**************************************************************************************************/
9091

0 commit comments

Comments
 (0)