mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
More documentation improvements.
This commit is contained in:
@@ -344,7 +344,7 @@ EXTRACT_ANON_NSPACES = NO
|
||||
# various overviews, but no documentation section is generated.
|
||||
# This option has no effect if EXTRACT_ALL is enabled.
|
||||
|
||||
HIDE_UNDOC_MEMBERS = NO
|
||||
HIDE_UNDOC_MEMBERS = YES
|
||||
|
||||
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
|
||||
# undocumented classes that are normally visible in the class hierarchy.
|
||||
@@ -1211,11 +1211,13 @@ 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 \
|
||||
EIGEN_MAKE_TYPEDEFS_ALL_SIZES \
|
||||
EIGEN_CWISE_UNOP_RETURN_TYPE \
|
||||
EIGEN_CWISE_BINOP_RETURN_TYPE
|
||||
EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS \
|
||||
EIGEN_MAKE_TYPEDEFS \
|
||||
EIGEN_MAKE_FIXED_TYPEDEFS \
|
||||
EIGEN_MAKE_TYPEDEFS_ALL_SIZES \
|
||||
EIGEN_CWISE_UNOP_RETURN_TYPE \
|
||||
EIGEN_CWISE_BINOP_RETURN_TYPE \
|
||||
_EIGEN_GENERIC_PUBLIC_INTERFACE
|
||||
|
||||
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
|
||||
# doxygen's preprocessor will remove all function-like macros that are alone
|
||||
|
||||
Reference in New Issue
Block a user