GNOME Bugzilla – Bug 711004
Vertical bars cannot be sent straight to makeindex
Last modified: 2013-12-24 18:59:31 UTC
This happens for perfectly legal C++ code like: template <typename T, long long v, bool prefer_signed> struct Constant_<T, v, prefer_signed, typename Enable_If<(Fit<typename C_Integer<T>::smaller_signed_type, v>::value && (prefer_signed || !Fit<typename C_Integer<T>::smaller_unsigned_type, v>::value))>::type> : public Constant_<typename C_Integer<T>::smaller_signed_type, v, prefer_signed> { }; By defaule, `|' is configured as encap, therefore what follows is treated as a macro name and things break horribly.
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).