From b8b37b18c84ff02c82e61b532226d955c5fd709d Mon Sep 17 00:00:00 2001 From: Prabhanjan Kambadur Date: Mon, 12 Jan 2004 23:58:08 +0000 Subject: [PATCH] Adding c++ files to the list of files to be documented This commit was SVN r310. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 915f4e61af..0c83d0cc84 100644 --- a/Doxyfile +++ b/Doxyfile @@ -371,7 +371,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 = *.c *.h +FILE_PATTERNS = *.c *.h *.cc # 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.