summaryrefslogtreecommitdiff
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2009-04-02 00:34:41 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2009-04-13 15:14:35 -0300
commitf84dc53cc5e6cc6dbd336f1798798ebc01de4404 (patch)
tree497f20859d2363cf5c3191a02add420888778fe9 /doxygen.cfg.in
parent6c1f07b044e6bc7375f0136b062a68d62891a61a (diff)
doxygen.cfg.in: Generate doc for dox files.
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 4fe7b3de..fd1fae03 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -544,7 +544,7 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
-FILE_PATTERNS = *.h *.cpp
+FILE_PATTERNS = *.h *.cpp *.dox
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.