Skip to content

Commit 062257a

Browse files
committed
issue #7218 Doxygen parsing word documents
making list consistent again. See also table in chapter "Getting Started"
1 parent 5213707 commit 062257a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/starting.doc

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Extension | Language | Extension | Language | Extension | Language
128128
.hpp |C / C++ | | | | |
129129
.h++ |C / C++ | | | | |
130130
.mm |C / C++ | | | | |
131+
.txt |C / C++ | | | | |
131132

132133
Any other extension is not parsed unless it is added to
133134
\ref cfg_file_patterns "FILE_PATTERNS" and the appropriate

src/config.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,9 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn"
14041404
<value name='*.markdown'/>
14051405
<value name='*.md'/>
14061406
<value name='*.mm'/>
1407-
<value name='*.dox'/>
1407+
<value name='*.dox' desc='(to be provided as doxygen C comment)'/>
1408+
<value name='*.doc' desc='(to be provided as doxygen C comment)'/>
1409+
<value name='*.txt' desc='(to be provided as doxygen C comment)'/>
14081410
<value name='*.py'/>
14091411
<value name='*.pyw'/>
14101412
<value name='*.f90'/>

0 commit comments

Comments
 (0)