summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-09-18 19:25:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-09-18 19:25:32 (GMT)
commitba7233b1be8545e619d80a62dd274521392fbe1f (patch)
treeb25e22f178d0e6d1ebb7e74f2348e9811a2f5394 /src/config.l
parent143b39e71a45892c2b8e8bf22f5d448b441bf36a (diff)
downloadDoxygen-ba7233b1be8545e619d80a62dd274521392fbe1f.zip
Doxygen-ba7233b1be8545e619d80a62dd274521392fbe1f.tar.gz
Doxygen-ba7233b1be8545e619d80a62dd274521392fbe1f.tar.bz2
Release-1.4.4-20050918
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l
index bc09280..d4e64e6 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1115,6 +1115,7 @@ void Config::check()
filePatternList.append("*.m");
filePatternList.append("*.mm");
filePatternList.append("*.dox");
+ filePatternList.append("*.py");
#if !defined(_WIN32)
// unix => case sensitive match => also include useful uppercase versions
filePatternList.append("*.C");
@@ -1130,6 +1131,7 @@ void Config::check()
filePatternList.append("*.PHP3");
filePatternList.append("*.M");
filePatternList.append("*.MM");
+ filePatternList.append("*.PY");
#endif
}
@@ -1821,7 +1823,7 @@ void Config::create()
"and *.h) to filter out the source-files in the directories. If left \n"
"blank the following patterns are tested: \n"
"*.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx \n"
- "*.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm\n"
+ "*.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py\n"
);
cb = addBool(
"RECURSIVE",