summaryrefslogtreecommitdiffstats
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
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"
-rw-r--r--doc/starting.doc1
-rw-r--r--src/config.xml4
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/starting.doc b/doc/starting.doc
index f9ae9a2..154cc03 100644
--- a/doc/starting.doc
+++ b/doc/starting.doc
@@ -128,6 +128,7 @@ Extension | Language | Extension | Language | Extension | Language
.hpp |C / C++ | | | | |
.h++ |C / C++ | | | | |
.mm |C / C++ | | | | |
+.txt |C / C++ | | | | |
Any other extension is not parsed unless it is added to
\ref cfg_file_patterns "FILE_PATTERNS" and the appropriate
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'/>