summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-08-23 11:37:14 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-08-23 11:37:14 (GMT)
commit062257aee6b51deb6bfd64a5a9a3583cd333048c (patch)
tree8d4863e3b027a498c3d405ec3f35772f64aa4ec2 /src/config.xml
parent5213707f485360bd9145beebe2fab250ca133a02 (diff)
downloadDoxygen-062257aee6b51deb6bfd64a5a9a3583cd333048c.zip
Doxygen-062257aee6b51deb6bfd64a5a9a3583cd333048c.tar.gz
Doxygen-062257aee6b51deb6bfd64a5a9a3583cd333048c.tar.bz2
issue #7218 Doxygen parsing word documents
making list consistent again. See also table in chapter "Getting Started"
Diffstat (limited to 'src/config.xml')
-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'/>