summaryrefslogtreecommitdiff
path: root/manual/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Doxyfile')
-rw-r--r--manual/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/Doxyfile b/manual/Doxyfile
index 5103bc8..085925f 100644
--- a/manual/Doxyfile
+++ b/manual/Doxyfile
@@ -991,7 +991,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = ../manual ../include
+INPUT = ../manual ../include ../src/countries
# This tag can be used to specify the character encoding of the source files
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1050,6 +1050,7 @@ FILE_PATTERNS = *.cc \
*.h \
*.hh \
*.hxx \
+ *.cpp \
*.hpp \
*.h++ \
*.l \