summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-29 19:05:36 (GMT)
committerGitHub <noreply@github.com>2019-08-29 19:05:36 (GMT)
commit6fe6275cd66c7842d6817fd4b8ea0a47b2b5df20 (patch)
tree4e41232fe7c39253acbcf09252e6db5ec6342031 /src
parent6a04051970cf66330a0a3bce49abf9f4f60b6d17 (diff)
parent062257aee6b51deb6bfd64a5a9a3583cd333048c (diff)
downloadDoxygen-6fe6275cd66c7842d6817fd4b8ea0a47b2b5df20.zip
Doxygen-6fe6275cd66c7842d6817fd4b8ea0a47b2b5df20.tar.gz
Doxygen-6fe6275cd66c7842d6817fd4b8ea0a47b2b5df20.tar.bz2
Merge pull request #7220 from albert-github/feature/issue_7218
issue #7218 Doxygen parsing word documents
Diffstat (limited to 'src')
-rw-r--r--src/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index e68b3d7..d206203 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1404,7 +1404,9 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn"
<value name='*.markdown'/>
<value name='*.md'/>
<value name='*.mm'/>
- <value name='*.dox'/>
+ <value name='*.dox' desc='(to be provided as doxygen C comment)'/>
+ <value name='*.doc' desc='(to be provided as doxygen C comment)'/>
+ <value name='*.txt' desc='(to be provided as doxygen C comment)'/>
<value name='*.py'/>
<value name='*.pyw'/>
<value name='*.f90'/>