Doxyfileからtestフォルダを除外した

This commit is contained in:
keita
2021-03-11 21:40:36 +09:00
parent d2425d009d
commit dd3c7e4024
+1
View File
@@ -935,6 +935,7 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */third/* EXCLUDE_PATTERNS = */third/*
EXCLUDE_PATTERNS += */build/* EXCLUDE_PATTERNS += */build/*
EXCLUDE_PATTERNS += */test/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the # (namespaces, classes, functions, etc.) that should be excluded from the