From 9466e5f94edbff1219cd48639fd0ef80e11b85a9 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 19 Aug 2008 04:30:28 +0000 Subject: * doc improvements in Cwise and PartialRedux: - 33 new snippets - unfuck doxygen output in Cwise (issues with function macros) - more see-also links from outside, making Cwise more discoverable * rename matrixNorm() to operatorNorm(). There are many matrix norms (the L2 is another one) but only one is called the operator norm. Risk of confusion with keyword operator is not too scary after all. --- doc/Doxyfile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/Doxyfile.in') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 353d3b1d4..dab473627 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -31,7 +31,7 @@ PROJECT_NAME = Eigen # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.0-alpha6 +PROJECT_NUMBER = 2.0-alpha7 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -1195,7 +1195,9 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \ EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS \ EIGEN_MAKE_TYPEDEFS \ - EIGEN_MAKE_TYPEDEFS_ALL_SIZES + EIGEN_MAKE_TYPEDEFS_ALL_SIZES \ + EIGEN_CWISE_UNOP_RETURN_TYPE \ + EIGEN_CWISE_BINOP_RETURN_TYPE # 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 -- cgit v1.2.3