aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 282030fc..1fd0a79e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -797,7 +797,10 @@ INPUT_ENCODING = UTF-8
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl,
# *.vhd, *.vhdl, *.ucf, *.qsf, *.as and *.js.
-FILE_PATTERNS = *.hpp *.cpp
+FILE_PATTERNS = *.hpp static.cpp util.cpp metadata.cpp common.cpp \
+ crs.cpp datum.cpp coordinatesystem.cpp \
+ coordinateoperation.cpp io.cpp \
+ internal.cpp factory.cpp c_api.cpp
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.