[ ] Remove the add_enum_bitwise_operators from the public API documentation using //cond DEV
[ ] Document the bitwise functionality in each enum that uses add_enum_bitwise_operators
[ ] Pull add_enum_bitwise_operators into the detail namespace such that it works for enums that are declared in the detail namespace
[ ] Do the same for strong types!
We decided to make add_enum_bitwise_operators's documentation private (\\!cond DEV) and document related enums (\copydoc?, \relates?, TBD). Card1, Card2
Description
[ ] Remove the
add_enum_bitwise_operators
from the public API documentation using//cond DEV
[ ] Document the bitwise functionality in each enum that uses
add_enum_bitwise_operators
[ ] Pull
add_enum_bitwise_operators
into the detail namespace such that it works for enums that are declared in the detail namespace[ ] Do the same for strong types!
See Resolution of Core-Meeting 2020-02-17