diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-18 23:10:20 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-18 23:10:20 +0200 |
| commit | 18bfbc423d188683973a0a3d6c31c9225158e262 (patch) | |
| tree | e88ab359e6455d44dc7687769ae1281133485acc /manual/Doxyfile | |
| parent | e5e059538bbbf1993df854bd95e9bbf4bb1d7aaa (diff) | |
tax rate refactor
Diffstat (limited to 'manual/Doxyfile')
| -rw-r--r-- | manual/Doxyfile | 3 |
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 \ |
