Skip to content
Snippets Groups Projects
Commit d184a68e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add EIGENPY_DOCUMENTATION_{START,END}_INGORE macros

parent a32e9de3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment