From 78c03fb65ba17f704f8cbb851c2f7b240d941680 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 19 Jul 2012 16:07:50 +0100 Subject: [PATCH] ENH: Added .dox extension to doxygen file patterns --- doc/Doxygen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile index 7c72c4595e..4e3829d65a 100644 --- a/doc/Doxygen/Doxyfile +++ b/doc/Doxygen/Doxyfile @@ -608,7 +608,8 @@ INPUT_ENCODING = UTF-8 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = *.H \ - *.C + *.C \ + *.dox # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.