aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doxygen/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/doxygen/Doxyfile')
-rw-r--r--Carpet/doxygen/Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/doxygen/Doxyfile b/Carpet/doxygen/Doxyfile
index 24df462d1..3964c2808 100644
--- a/Carpet/doxygen/Doxyfile
+++ b/Carpet/doxygen/Doxyfile
@@ -370,7 +370,7 @@ INPUT = .
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc
-FILE_PATTERNS =
+FILE_PATTERNS = *.c *.cc *.h *.hh *.F77 *.F *.F90 *.inc
# 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.
@@ -875,7 +875,8 @@ INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = CARPET_INT \
+PREDEFINED = FOR_DOXYGEN_ONLY \
+ CARPET_INT \
CARPET_REAL \
CARPET_COMPLEX