From 2026ea7ff2be0473511cc74c56538cb98c13d301 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 11 Dec 2009 15:54:21 +0000 Subject: Coax doxygen in producing better docs for MatrixFunctions. The //@{ ... //@} in unsupported/Eigen/MatrixFunctions for some reason caused doxygen to list the constructor of the MatrixExponential class as a separate function in the MatrixFunctions module without any reference to the class; very confusing. --- unsupported/doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/doc') diff --git a/unsupported/doc/Doxyfile.in b/unsupported/doc/Doxyfile.in index e55d53f7e..12f2f39eb 100644 --- a/unsupported/doc/Doxyfile.in +++ b/unsupported/doc/Doxyfile.in @@ -602,7 +602,7 @@ EXCLUDE_PATTERNS = CMake* \ *.sh \ *.diff \ *.orig \ - diff + diff \ *~ # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -- cgit v1.2.3