The gist is that newer doxygen versions have added constexpr="yes", I guess with a view to removing the constexpr keyword leaking into the type? It doesn't seem to do that consistently (because of course it doesn't), but in cases where it does correctly omit constexpr from the type and set the attribute accordingly, m.css no longer displays the lovely little blue constexpr badge.
Hola,
This is a replay of our discussion here.
The gist is that newer doxygen versions have added
constexpr="yes"
, I guess with a view to removing theconstexpr
keyword leaking into the type? It doesn't seem to do that consistently (because of course it doesn't), but in cases where it does correctly omitconstexpr
from the type and set the attribute accordingly, m.css no longer displays the lovely little blue constexpr badge.