summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-12-26 13:40:16 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-12-26 13:40:16 (GMT)
commit5924acd279f82d8db7ddb33a6ec67937084d7c31 (patch)
tree7b326624b177c993f94ccb5a6d6867d3209e22db /src/config.xml
parent165498dc9ea33bc9991c5ab5234b5e51d74569d0 (diff)
downloadDoxygen-5924acd279f82d8db7ddb33a6ec67937084d7c31.zip
Doxygen-5924acd279f82d8db7ddb33a6ec67937084d7c31.tar.gz
Doxygen-5924acd279f82d8db7ddb33a6ec67937084d7c31.tar.bz2
Bug 578720 - [Python] Add pyw as a valid extension
Added pyw as extension, based also on: https://docs.python.org/2/tutorial/appendix.html (15.1.2. Executable Python Scripts)
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index b89d9d7..0aa8fda 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1325,6 +1325,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
<value name='*.mm'/>
<value name='*.dox'/>
<value name='*.py'/>
+ <value name='*.pyw'/>
<value name='*.f90'/>
<value name='*.f'/>
<value name='*.for'/>