summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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'/>