Excluded directories that are not core parts of the library when generating doxygen documentation

This commit is contained in:
jpekkila
2020-01-18 15:26:18 +02:00
parent 462123e220
commit e8c594769f

View File

@@ -811,7 +811,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is # Note that relative paths are relative to the directory from which doxygen is
# run. # run.
EXCLUDE = EXCLUDE = analysis 3rdparty samples scripts src/standalone
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded # directories that are symbolic links (a Unix file system feature) are excluded