From 637c3cfce1b6e6194cf4a7f8e1bdd473917fe472 Mon Sep 17 00:00:00 2001 From: Roberto Bagnara Date: Mon, 28 Oct 2013 12:42:02 +0100 Subject: Worked around a Doxygen bug. --- src/globals_defs.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/globals_defs.hh b/src/globals_defs.hh index 9ac1915d7..d5907b2e0 100644 --- a/src/globals_defs.hh +++ b/src/globals_defs.hh @@ -424,6 +424,9 @@ template { }; +//! \cond +// Keep Doxygen off until it learns how to deal properly with `||'. + template struct Constant_::smaller_signed_type, v>::value @@ -440,6 +443,8 @@ struct Constant_::smaller_unsigned_type, v, prefer_signed> { }; +//! \endcond + template struct Constant : public Constant_ { }; -- cgit v1.2.3