04fd9a1
diff -up ./doc/Doxyfile.in.doxyfile ./doc/Doxyfile.in
04fd9a1
--- ./doc/Doxyfile.in.doxyfile	2020-01-12 06:56:40.000000000 -0500
04fd9a1
+++ ./doc/Doxyfile.in	2021-02-27 18:12:22.953572564 -0500
028704e
@@ -664,7 +664,6 @@ WARN_LOGFILE           =
028704e
 
028704e
 INPUT                  = @doxy_main_page@ \
028704e
                          @PROJECT_SOURCE_DIR@ \
028704e
-                         @PROJECT_BINARY_DIR@ \
028704e
                          @PROJECT_SOURCE_DIR@/include/ \
028704e
                          @PROJECT_SOURCE_DIR@/doc/dox.h \
028704e
                          @PROJECT_SOURCE_DIR@/code/BaseImporter.h
04fd9a1
@@ -725,7 +724,8 @@ RECURSIVE              = YES
028704e
 # Note that relative paths are relative to the directory from which doxygen is 
028704e
 # run.
028704e
 
04fd9a1
-EXCLUDE                = irrXML.h
04fd9a1
+EXCLUDE                = irrXML.h \
04fd9a1
+                         @PROJECT_BINARY_DIR@
028704e
 
028704e
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 
028704e
 # directories that are symbolic links (a Unix file system feature) are excluded