|
@@ -651,7 +651,7 @@ FILE_VERSION_FILTER =
|
651
|
651
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
652
|
652
|
# tag is left empty.
|
653
|
653
|
|
654
|
|
-LAYOUT_FILE = DoxygenLayout.xml
|
|
654
|
+LAYOUT_FILE =
|
655
|
655
|
|
656
|
656
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
657
|
657
|
# the reference definitions. This must be a list of .bib files. The .bib
|
|
@@ -733,7 +733,7 @@ WARN_LOGFILE =
|
733
|
733
|
# spaces.
|
734
|
734
|
# Note: If this tag is empty the current directory is searched.
|
735
|
735
|
|
736
|
|
-INPUT = @PROJECT_SOURCE_DIR@/include @PROJECT_SOURCE_DIR@/src @PROJECT_SOURCE_DIR@/test
|
|
736
|
+INPUT = @PROJECT_SOURCE_DIR@
|
737
|
737
|
|
738
|
738
|
# This tag can be used to specify the character encoding of the source files
|
739
|
739
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
@@ -768,7 +768,7 @@ RECURSIVE = YES
|
768
|
768
|
# Note that relative paths are relative to the directory from which doxygen is
|
769
|
769
|
# run.
|
770
|
770
|
|
771
|
|
-EXCLUDE = bin data mac_dist test/greatest.h
|
|
771
|
+EXCLUDE = bin build cmake data test/greatest.h
|
772
|
772
|
|
773
|
773
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
774
|
774
|
# directories that are symbolic links (a Unix file system feature) are excluded
|