mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
CLI::Timer renamed to remove compiler errors
This commit is contained in:
@ -822,7 +822,8 @@ WARN_LOGFILE =
|
||||
INPUT = $(pFlow_PROJECT_DIR)/src \
|
||||
$(pFlow_PROJECT_DIR)/utilities \
|
||||
$(pFlow_PROJECT_DIR)/solvers \
|
||||
mdDocs
|
||||
mdDocs \
|
||||
$(pFlow_PROJECT_DIR)/tutorials
|
||||
|
||||
# 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
|
||||
@ -866,7 +867,7 @@ RECURSIVE = YES
|
||||
# Note that relative paths are relative to the directory from which doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE = $(pFlow_PROJECT_DIR)/src/phasicFlow/commandLine
|
||||
EXCLUDE = $(pFlow_PROJECT_DIR)/src/phasicFlow/commandLine/CLI
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user