From d184a68ed3105092b0510fc361d3c9f305403973 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Tue, 14 Feb 2023 10:25:54 +0100 Subject: [PATCH] core: add EIGENPY_DOCUMENTATION_{START,END}_INGORE macros --- include/eigenpy/fwd.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/eigenpy/fwd.hpp b/include/eigenpy/fwd.hpp index 3c30d663..9c2347aa 100644 --- a/include/eigenpy/fwd.hpp +++ b/include/eigenpy/fwd.hpp @@ -61,6 +61,9 @@ EIGENPY_PRAGMA_WARNING( \ EIGENPY_STRINGCAT("this file is deprecated: ", the_message)) +#define EIGENPY_DOCUMENTATION_START_IGNORE /// \cond +#define EIGENPY_DOCUMENTATION_END_IGNORE /// \endcond + #include "eigenpy/config.hpp" // Silence a warning about a deprecated use of boost bind by boost python -- GitLab