|
|
|
|
651
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
651
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
652
|
# tag is left empty.
|
652
|
# tag is left empty.
|
653
|
|
653
|
|
654
|
-LAYOUT_FILE = DoxygenLayout.xml
|
|
|
|
|
654
|
+LAYOUT_FILE =
|
655
|
|
655
|
|
656
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
656
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
657
|
# the reference definitions. This must be a list of .bib files. The .bib
|
657
|
# the reference definitions. This must be a list of .bib files. The .bib
|
|
|
|
|
733
|
# spaces.
|
733
|
# spaces.
|
734
|
# Note: If this tag is empty the current directory is searched.
|
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
|
# This tag can be used to specify the character encoding of the source files
|
738
|
# This tag can be used to specify the character encoding of the source files
|
739
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
739
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
|
|
|
768
|
# Note that relative paths are relative to the directory from which doxygen is
|
768
|
# Note that relative paths are relative to the directory from which doxygen is
|
769
|
# run.
|
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
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
773
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
774
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
774
|
# directories that are symbolic links (a Unix file system feature) are excluded
|