diff options
author | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2010-07-13 10:14:58 +0100 |
---|---|---|
committer | Jitse Niesen <jitse@maths.leeds.ac.uk> | 2010-07-13 10:14:58 +0100 |
commit | c36316f2845287b913b303641479aef45b14c3fe (patch) | |
tree | 6171b9058e1b58d5771a37467e003a542f50e5e6 | |
parent | 140ad0908d9646c3c44dfe65ee4274c12c324770 (diff) |
Change EXPAND_AS_DEFINED doxygen configuration option.
Add macros so that MatrixBase::cwiseProduct() and ArrayBase::min() are
documented, and remove one macro which is no longer used.
-rw-r--r-- | doc/Doxyfile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index da5d291f9..091ce5639 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1217,12 +1217,14 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \ # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. -EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS \ - EIGEN_MAKE_TYPEDEFS \ +EXPAND_AS_DEFINED = EIGEN_MAKE_TYPEDEFS \ EIGEN_MAKE_FIXED_TYPEDEFS \ EIGEN_MAKE_TYPEDEFS_ALL_SIZES \ + EIGEN_MAKE_CWISE_BINARY_OP \ EIGEN_CWISE_UNOP_RETURN_TYPE \ EIGEN_CWISE_BINOP_RETURN_TYPE \ + EIGEN_CWISE_PRODUCT_RETURN_TYPE \ + EIGEN_CURRENT_STORAGE_BASE_CLASS \ _EIGEN_GENERIC_PUBLIC_INTERFACE # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then |