From 7e8a3040bbb22bfa39d26ad4967491356ce60e9e Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen <4643818-rmlarsen1@users.noreply.gitlab.com> Date: Sat, 21 Mar 2026 10:37:17 -0700 Subject: [PATCH] Fix Doxygen errors for ArrayBase comparison operators libeigen/eigen!2334 Co-authored-by: Rasmus Munk Larsen --- doc/Doxyfile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 445fc0a6f..367f70707 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -128,6 +128,8 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \ EIGEN_STRONG_INLINE=inline \ EIGEN_DEVICE_FUNC= \ "EIGEN_MAKE_CWISE_BINARY_OP(METHOD,FUNCTOR)=template const CwiseBinaryOp, const Derived, const OtherDerived> METHOD(const EIGEN_CURRENT_STORAGE_BASE_CLASS &other) const;" \ + "EIGEN_MAKE_CWISE_COMP_OP(OP,COMPARATOR)=template const CwiseBinaryOp, const Derived, const OtherDerived> OP(const EIGEN_CURRENT_STORAGE_BASE_CLASS &other) const;" \ + "EIGEN_MAKE_CWISE_COMP_R_OP(OP,R_OP,RCOMPARATOR)=template const CwiseBinaryOp, const OtherDerived, const Derived> OP(const EIGEN_CURRENT_STORAGE_BASE_CLASS &other) const;" \ "EIGEN_CWISE_PRODUCT_RETURN_TYPE(LHS,RHS)=CwiseBinaryOp, const LHS, const RHS>" \ "EIGEN_CAT2(a,b)= a ## b" \ "EIGEN_CAT(a,b)=EIGEN_CAT2(a,b)" \